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 | 牆?? | 11100000101011010011111100111111 | e0ad3f3f |
EUC-JP | 牆?鋌 | 111000001010111100111111100011111110010010111011 | e0af3f8fe4bb |
UTF-8 | 牆렮鋌 | 111001111000100110000110111010111010000010101110111010011000101110001100 | e78986eba0aee98b8c |
UHC | 牆렮鋌 | 111011011110110110001110101110111110111111111011 | eded8ebbeffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)