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 | 奬盤⊂ | 100110101111101110010100110101011000000110111100 | 9afb94d581bc |
EUC-JP | 奬盤⊂ | 110101001111110111001000110101111010001010111110 | d4fdc8d7a2be |
UTF-8 | 奬盤⊂ | 111001011010010110101100111001111001101110100100111000101000101010000010 | e5a5ace79ba4e28a82 |
UHC | 奬盤⊂ | 111011011110000111011010111011111010000111111000 | ede1daefa1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)