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 | ?諺?喪? | 00111111100011001011111100111111100100010111001000111111 | 3f8cbf3f91723f |
EUC-JP | ?諺?喪? | 00111111101110001100000100111111110000011101001100111111 | 3fb8c13fc1d33f |
UTF-8 | 뤗諺쭗喪렎 | 111010111010010010010111111010001010101110111010111011001010110110010111111001011001011010101010111010111010000010001110 | eba497e8abbaecad97e596aaeba08e |
UHC | 뤗諺쭗喪렎 | 10001111110001111110010111101100101001111000111111011111110000111000111010100100 | 8fc7e5eca78fdfc38ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)