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 | 奬盤? | 1001101011111011100101001101010100111111 | 9afb94d53f |
EUC-JP | 奬盤? | 1101010011111101110010001101011100111111 | d4fdc8d73f |
UTF-8 | 奬盤짐 | 111001011010010110101100111001111001101110100100111011001010011110010000 | e5a5ace79ba4eca790 |
UHC | 奬盤짐 | 111011011110000111011010111011111100000111111100 | ede1daefc1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)