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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?諄?? | 0011111111100110011110000011111100111111 | 3fe6783f3f |
EUC-JP | ?諄?? | 0011111111101011110110010011111100111111 | 3febd93f3f |
UTF-8 | 롒諄說뤗 | 111010111010000110010010111010001010101110000100111011111010011010100001111010111010010010010111 | eba192e8ab84efa6a1eba497 |
UHC | 롒諄說뤗 | 1000111011010111111000101111010011100110111100101000111111000111 | 8ed7e2f4e6f28fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)