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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 諄??諄??^ | 111001100111100000111111001111111110011001111000001111110011111101011110 | e6783f3fe6783f3f5e |
EUC-JP | 諄??諄??^ | 111010111101100100111111001111111110101111011001001111110011111101011110 | ebd93f3febd93f3f5e |
UTF-8 | 諄럾궊諄럾궊^ | 11101000101010111000010011101011100111111011111011101010101101101000101011101000101010111000010011101011100111111011111011101010101101101000101001011110 | e8ab84eb9fbeeab68ae8ab84eb9fbeeab68a5e |
UHC | 諄럾궊諄럾궊^ | 11100010111101001000111010011011100000101010000111100010111101001000111010011011100000101010000101011110 | e2f48e9b82a1e2f48e9b82a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)