To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癰蝸??? | 11100001100111101110010110010111001111110011111100111111 | e19ee5973f3f3f |
EUC-JP | 癰蝸??? | 11100001111111101110100111110111001111110011111100111111 | e1fee9f73f3f3f |
UTF-8 | 癰蝸얠롖렾 | 111001111001100110110000111010001001110110111000111011001001011010100000111010111010000110010110111010111010000010111110 | e799b0e89db8ec96a0eba196eba0be |
UHC | 癰蝸얠롖렾 | 11101000101110011110100011000100101111101110110010001110110110101000111011000110 | e8b9e8c4beec8eda8ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)