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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??泣ε? | 100101110101110000111111001111111000101110000011100000111100001100111111 | 975c3f3f8b8383c33f |
EUC-JP | 予??泣ε? | 110011011011110100111111001111111011010111100011101001101100010100111111 | cdbd3f3fb5e3a6c53f |
UTF-8 | 予롢끏泣ε뿗 | 1110010010111010100010001110101110100001101000101110101110000001100011111110011010110011101000111100111010110101111010111011111110010111 | e4ba88eba1a2eb818fe6b3a3ceb5ebbf97 |
UHC | 予롢끏泣ε뿗 | 111001011111100010001110111000111000010110111111111010111110100010100101111001011001011110011010 | e5f88ee385bfebe8a5e5979a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)