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 | 諄??語 | 111001100111100000111111001111111000110011101010 | e6783f3f8cea |
EUC-JP | 諄??語 | 111010111101100100111111001111111011100011101100 | ebd93f3fb8ec |
UTF-8 | 諄럨똚語 | 111010001010101110000100111010111001111110101000111010111001100010011010111010001010101010011110 | e8ab84eb9fa8eb989ae8aa9e |
UHC | 諄럨똚語 | 1110001011110100100011101000101110001100010101111110010111011110 | e2f48e8b8c57e5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)