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 | 握案握案^ | 100010001010110010001000110001001000100010101100100010001100010001011110 | 88ac88c488ac88c45e |
EUC-JP | 握案握案^ | 101100001010111010110000110001101011000010101110101100001100011001011110 | b0aeb0c6b0aeb0c65e |
UTF-8 | 握案握案^ | 11100110100011111010000111100110101000011000100011100110100011111010000111100110101000011000100001011110 | e68fa1e6a188e68fa1e6a1885e |
UHC | 握案握案^ | 111001001100010011100100110100001110010011000100111001001101000001011110 | e4c4e4d0e4c4e4d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)