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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 癇燼癇燼^ | 111000011001001011100000100111101110000110010010111000001001111001011110 | e192e09ee192e09e5e |
EUC-JP | 癇燼癇燼^ | 111000011111001011011111111111101110000111110010110111111111111001011110 | e1f2dffee1f2dffe5e |
UTF-8 | 癇燼癇燼^ | 11100111100110011000011111100111100001111011110011100111100110011000011111100111100001111011110001011110 | e79987e787bce79987e787bc5e |
UHC | ?燼?燼^ | 00111111111000111110100000111111111000111110100001011110 | 3fe3e83fe3e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)