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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 芸?弔?{d | 1000110001111100001111111001001010100010001111110111101101100100 | 8c7c3f92a23f7b64 |
EUC-JP | 芸?弔?{d | 1011011111011101001111111100010010100100001111110111101101100100 | b7dd3fc4a43f7b64 |
UTF-8 | 芸렑弔렲{d | 1110100010001010101110001110101110100000100100011110010110111100100101001110101110100000101100100111101101100100 | e88ab8eba091e5bc94eba0b27b64 |
UHC | 芸렑弔렲{d | 11101001111111011000111010100110111100001100000010001110101111110111101101100100 | e9fd8ea6f0c08ebf7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)