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 | 余??宥? | 10010111010111010011111100111111100101110100011100111111 | 975d3f3f97473f |
EUC-JP | 余??宥? | 11001101101111100011111100111111110011011010100000111111 | cdbe3f3fcda83f |
UTF-8 | 余뽯㈃宥랥 | 111001001011110110011001111010111011110110101111111000111000100010000011111001011010111010100101111010111001111010100101 | e4bd99ebbdafe38883e5aea5eb9ea5 |
UHC | 余뽯㈃宥랥 | 11100101111110011001011011101011101010011011010011101010111010011000111001000110 | e5f996eba9b4eae98e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)