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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 萬緒酬h | 11100100110111011000111110001111100011110101011001101000 | e4dd8f8f8f5668 |
EUC-JP | 萬緒酬h | 11101000110111111011110111101111101111011011011101101000 | e8dfbdefbdb768 |
UTF-8 | 萬緒酬h | 11101000100100001010110011100111101101111001001011101001100001011010110001101000 | e890ace7b792e985ac68 |
UHC | 萬?酬h | 110110001011111100111111111000101100011001101000 | d8bf3fe2c668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)