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 | 萬埼興赳 | 1110010011011101100011011110100110001011101110111110011011100000 | e4dd8de98bbbe6e0 |
EUC-JP | 萬埼興赳 | 1110100011011111101110101110101110110110101111011110110011100010 | e8dfbaebb6bdece2 |
UTF-8 | 萬埼興赳 | 111010001001000010101100111001011001111110111100111010001000100010001000111010001011010110110011 | e890ace59fbce88888e8b5b3 |
UHC | 萬埼興赳 | 1101100010111111110100001111001011111101111010011101000010101111 | d8bfd0f2fde9d0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)