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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 黎졽펯栒귻 | 111011111010011010001001111011001010000110111101111011011000111010101111111001101010000010010010111010101011011110111011 | efa689eca1bded8eafe6a092eab7bb |
UHC | 黎졽펯栒귻 | 11100110101100011010000011100100101111001000000111100010111000111000001101000010 | e6b1a0e4bc81e2e38342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)