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 | 邑????壯 | 1001011101010111001111110011111100111111001111111001101011100001 | 97573f3f3f3f9ae1 |
EUC-JP | 邑????壯 | 1100110110111000001111110011111100111111001111111101010011100011 | cdb83f3f3f3fd4e3 |
UTF-8 | 邑비렰명쎌壯 | 111010011000001010010001111010111011100110000100111010111010000010110000111010111010101010000101111011001000111010001100111001011010001110101111 | e98291ebb984eba0b0ebaa85ec8e8ce5a3af |
UHC | 邑비렰명쎌壯 | 111010111110100110111010111100011000111010111101101110001110110110111101111011001110110111100000 | ebe9baf18ebdb8edbdecede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)