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 | 陝セ闊鯉ス剰 | 11101000100111111011111011101000100010001000110011101111101111011000111111101000 | e89fbee8888cefbd8fe8 |
EUC-JP | 陝セ闊鯉ス剰 | 111100001010000110001110101111101110111111101000101110001111000110001110101111011011111011101010 | f0a18ebeefe8b8f18ebdbeea |
UTF-8 | 陝セ闊鯉ス剰 | 111010011001100110011101111011111011110110111110111010011001011110001010111010011010111110001001111011111011110110111101111001011000100110110000 | e9999defbdbee9978ae9af89efbdbde589b0 |
UHC | 陝?闊鯉?? | 111000001110110100111111111111001100010011010111111011110011111100111111 | e0ed3ffcc4d7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)