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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嗚??億 | 100110100110101000111111001111111000100110101101 | 9a6a3f3f89ad |
EUC-JP | 嗚??億 | 110100111100101100111111001111111011001010101111 | d3cb3f3fb2af |
UTF-8 | 嗚삼엠億 | 111001011001011110011010111011001000001010111100111011001001011110100000111001011000010010000100 | e5979aec82bcec97a0e58484 |
UHC | 嗚삼엠億 | 1110011111110000101110111110111110111111101001011110010111100010 | e7f0bbefbfa5e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)