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 | ?泳? | 00111111100010010110101000111111 | 3f896a3f |
EUC-JP | ?泳? | 00111111101100011100101100111111 | 3fb1cb3f |
UTF-8 | 솣泳궏 | 111011001000011010100011111001101011001110110011111010101011011010001111 | ec86a3e6b3b3eab68f |
UHC | 솣泳궏 | 100110011001110111100111101101101000001010100101 | 999de7b682a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)