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 | ?諄??? | 001111111110011001111000001111110011111100111111 | 3fe6783f3f3f |
EUC-JP | ?諄??? | 001111111110101111011001001111110011111100111111 | 3febd93f3f3f |
UTF-8 | 롒諄說뤗죳 | 111010111010000110010010111010001010101110000100111011111010011010100001111010111010010010010111111011001010001110110011 | eba192e8ab84efa6a1eba497eca3b3 |
UHC | 롒諄說뤗죳 | 10001110110101111110001011110100111001101111001010001111110001111010000110001110 | 8ed7e2f4e6f28fc7a18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)