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 | ????糟 | 001111110011111100111111001111111001000110001100 | 3f3f3f3f918c |
EUC-JP | ????糟 | 001111110011111100111111001111111100000111101100 | 3f3f3f3fc1ec |
UTF-8 | 셈셥렯롕糟 | 111011001000010110001000111011001000010110100101111010111010000010101111111010111010000110010101111001111011001110011111 | ec8588ec85a5eba0afeba195e7b39f |
UHC | 셈셥렯롕糟 | 10111100110000001011110011001010100011101011110010001110110110011111000011011001 | bcc0bcca8ebc8ed9f0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)