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 | 迂?迂 | 1000100101001001001111111000100101001001 | 89493f8949 |
EUC-JP | 迂?迂 | 1011000110101010001111111011000110101010 | b1aa3fb1aa |
UTF-8 | 迂옵迂 | 111010001011111110000010111011001001100010110101111010001011111110000010 | e8bf82ec98b5e8bf82 |
UHC | 迂옵迂 | 111010011110011010111111110010011110100111100110 | e9e6bfc9e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)