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 | 牆?址 | 1110000010101101001111111001101010101100 | e0ad3f9aac |
EUC-JP | 牆?址 | 1110000010101111001111111101010010101110 | e0af3fd4ae |
UTF-8 | 牆렦址 | 111001111000100110000110111010111010000010100110111001011001110110000000 | e78986eba0a6e59d80 |
UHC | 牆렦址 | 111011011110110110001110101101011111001010100011 | eded8eb5f2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)