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 | 鉅ス邉セ鞨 | 1110011111101000101111011110011110110011101111101110100011100000 | e7e8bde7b3bee8e0 |
EUC-JP | 鉅ス邉セ鞨 | 11101110111010101000111010111101111011101011010110001110101111101111000011100010 | eeea8ebdeeb58ebef0e2 |
UTF-8 | 鉅ス邉セ鞨 | 111010011000100110000101111011111011110110111101111010011000001010001001111011111011110110111110111010011001111010101000 | e98985efbdbde98289efbdbee99ea8 |
UHC | 鉅???鞨 | 11001011111010010011111100111111001111111100101011101010 | cbe93f3f3fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)