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 | 雍溢万魃隠 | 11101000101101001000100011101100100101101001110011101001101011111000100101000010 | e8b488ec969ce9af8942 |
EUC-JP | 雍溢万魃隠 | 11110000101101101011000011101110110010111111110011110010101100011011000110100011 | f0b6b0eecbfcf2b1b1a3 |
UTF-8 | 雍溢万魃隠 | 111010011001101110001101111001101011101010100010111001001011100010000111111010011010110110000011111010011001101010100000 | e99b8de6baa2e4b887e9ad83e99aa0 |
UHC | 雍溢万魃? | 111010001011110011101100111011101101100010110010110110111010011000111111 | e8bceceed8b2dba63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)