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 | 壓??幼?. | 100110101101100000111111001111111001011101100011001111111000000101000100 | 9ad83f3f97633f8144 |
EUC-JP | 壓??幼?. | 110101001101101000111111001111111100110111000100001111111010000110100101 | d4da3f3fcdc43fa1a5 |
UTF-8 | 壓쇰퀧幼숅. | 111001011010001110010011111011001000011110110000111011011000000010100111111001011011100110111100111011001000100010000101111011111011110010001110 | e5a393ec87b0ed80a7e5b9bcec8885efbc8e |
UHC | 壓쇰퀧幼숅. | 111001001110001010111100111010111011001110011011111010101110101010011001111010011010001110101110 | e4e2bcebb39beaea99e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)