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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????件? | 00111111001111110011111100111111100011001000111100111111 | 3f3f3f3f8c8f3f |
EUC-JP | ????件? | 00111111001111110011111100111111101101111110111100111111 | 3f3f3f3fb7ef3f |
UTF-8 | 롇렗롗뤔件쵌 | 111010111010000110000111111010111010000010010111111010111010000110010111111010111010010010010100111001001011101110110110111011001011010110001100 | eba187eba097eba197eba494e4bbb6ecb58c |
UHC | 롇렗롗뤔件쵌 | 100011101100110110001110101011001000111011011011100011111100010011001011111011001010110010001110 | 8ecd8eac8edb8fc4cbecac8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)