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 | 髜嫉鈹 | 111111000100000010001110101110011111101111001010 | fc408eb9fbca |
EUC-JP | 髜嫉鈹 | 1000111111101001111011011011110010111011100011111110001111010100 | 8fe9edbcbb8fe3d4 |
UTF-8 | 髜嫉鈹 | 111010011010101110011100111001011010101110001001111010011000100010111001 | e9ab9ce5ab89e988b9 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)