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 | 澱篩譴 | 100100110110001011100010101111111110011010100010 | 9362e2bfe6a2 |
EUC-JP | 澱篩譴 | 110001011100001111100100110000011110110010100100 | c5c3e4c1eca4 |
UTF-8 | 澱篩譴 | 111001101011111010110001111001111010111110101001111010001010110110110100 | e6beb1e7afa9e8adb4 |
UHC | 澱篩譴 | 111011101111111011011110111010001100110010111001 | eefedee8ccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)