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 | 伍??筍? | 10001100110111100011111100111111111000101010000100111111 | 8cde3f3fe2a13f |
EUC-JP | 伍?ʼn筍? | 101110001110000000111111100011111010100111001010111001001010001100111111 | b8e03f8fa9cae4a33f |
UTF-8 | 伍듬ʼn筍욃 | 1110010010111100100011011110101110010011101011001100010110001001111001111010110110001101111011001001101010000011 | e4bc8deb93acc589e7ad8dec9a83 |
UHC | 伍듬ʼn筍욃 | 11100111111010101011010111101011101010011011000011100010111011001001111011100101 | e7eab5eba9b0e2ec9ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)