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 | 蓁堤ォッ邯壼 | 11100100111010111001001011100111101010111010111111100111101101101001101011100101 | e4eb92e7abafe7b69ae5 |
EUC-JP | 蓁堤ォッ邯壼 | 111010001110110111000100111010011000111010101011100011101010111111101110101110001101010011100111 | e8edc4e98eab8eafeeb8d4e7 |
UTF-8 | 蓁堤ォッ邯壼 | 111010001001001110000001111001011010000010100100111011111011110110101011111011111011110110101111111010011000001010101111111001011010001110111100 | e89381e5a0a4efbdabefbdafe982afe5a3bc |
UHC | ?堤??邯? | 0011111111110000101001110011111100111111110010101111101100111111 | 3ff0a73f3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)