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 | ??ø | 001111110011111111111000 | 3f3ff8 |
SJIS-WIN | 余?? | 10010111010111010011111100111111 | 975d3f3f |
EUC-JP | 余?ø | 110011011011111000111111100011111010100111001100 | cdbe3f8fa9cc |
UTF-8 | 余곕ø | 1110010010111101100110011110101010110011100101011100001110111000 | e4bd99eab395c3b8 |
UHC | 余곕ø | 111001011111100110110000111010111010100110101010 | e5f9b0eba9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)