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 | 聢絞珂 | 111000111101110010001101011010011000100111001111 | e3dc8d6989cf |
EUC-JP | 聢絞珂 | 111001101101111010111001110010101011001011010001 | e6deb9cab2d1 |
UTF-8 | 聢絞珂 | 111010001000000110100010111001111011010110011110111001111000111110000010 | e881a2e7b59ee78f82 |
UHC | ?絞珂 | 0011111111001110111011011100101010110001 | 3fceedcab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)