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 | ?洵田 | 0011111110011111101010111001001101100011 | 3f9fab9363 |
EUC-JP | ?洵田 | 0011111111011110101011011100010111000100 | 3fdeadc5c4 |
UTF-8 | 롇洵田 | 111010111010000110000111111001101011010010110101111001111001010010110000 | eba187e6b4b5e794b0 |
UHC | 롇洵田 | 100011101100110111100010111001111110111110100011 | 8ecde2e7efa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)