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 | 艤絞珂 | 111001000111111010001101011010011000100111001111 | e47e8d6989cf |
EUC-JP | 艤絞珂 | 111001111101111110111001110010101011001011010001 | e7dfb9cab2d1 |
UTF-8 | 艤絞珂 | 111010001000100110100100111001111011010110011110111001111000111110000010 | e889a4e7b59ee78f82 |
UHC | 艤絞珂 | 111010111111101011001110111011011100101010110001 | ebfaceedcab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)