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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ン。尞 | 11011101101000011111101010101011 | dda1faab |
EUC-JP | ン。尞 | 10001110110111011000111010100001100011111011101011101011 | 8edd8ea18fbaeb |
UTF-8 | ン。尞 | 111011111011111010011101111011111011110110100001111001011011000010011110 | efbe9defbda1e5b09e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)