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 | ?挑淵 | 0011111110010010101001111001010110100011 | 3f92a795a3 |
EUC-JP | ?挑淵 | 0011111111000100101010011100101010100101 | 3fc4a9caa5 |
UTF-8 | 룶挑淵 | 111010111010001110110110111001101000110010010001111001101011011110110101 | eba3b6e68c91e6b7b5 |
UHC | 룶挑淵 | 100011111010101111010011111110111110011011010000 | 8fabd3fbe6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)