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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?堊? | 00111111100110101011111100111111 | 3f9abf3f |
EUC-JP | ?堊? | 00111111110101001100000100111111 | 3fd4c13f |
UTF-8 | 폐堊흼 | 111011011000111110010000111001011010000010001010111011011001110110111100 | ed8f90e5a08aed9dbc |
UHC | 폐堊흼 | 110001101111001111100100101111101100100011110100 | c6f3e4bec8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)