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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶⑤?筍?? | 100101101110100010000111010001000011111111100010101000010011111100111111 | 96e887443fe2a13f3f |
EUC-JP | 冶??筍?? | 1100110011101010001111110011111111100100101000110011111100111111 | ccea3f3fe4a33f3f |
UTF-8 | 冶⑤씮筍뤸걖 | 111001011000011010110110111000101001000110100100111011001001010010101110111001111010110110001101111010111010010010111000111010101011000110010110 | e586b6e291a4ec94aee7ad8deba4b8eab196 |
UHC | 冶⑤씮筍뤸걖 | 111001011010011110101000111010111001110110111111111000101110110010001111111001101000000110000001 | e5a7a8eb9dbfe2ec8fe68181 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)