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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉅ス邉セ | 111001111110100010111101111001111011001110111110 | e7e8bde7b3be |
EUC-JP | 鉅ス邉セ | 1110111011101010100011101011110111101110101101011000111010111110 | eeea8ebdeeb58ebe |
UTF-8 | 鉅ス邉セ | 111010011000100110000101111011111011110110111101111010011000001010001001111011111011110110111110 | e98985efbdbde98289efbdbe |
UHC | 鉅??? | 1100101111101001001111110011111100111111 | cbe93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)