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 | ?咫府 | 0011111110011010010000001001010101111011 | 3f9a40957b |
EUC-JP | ?咫府 | 0011111111010011101000011100100111011100 | 3fd3a1c9dc |
UTF-8 | 룶咫府 | 111010111010001110110110111001011001001010101011111001011011101010011100 | eba3b6e592abe5ba9c |
UHC | 룶咫府 | 100011111010101111110010101000011101110110100100 | 8fabf2a1dda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)