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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?畯?? | 10010010101000100011111111111011011011110011111100111111 | 92a23ffb6f3f3f |
EUC-JP | 弔?畯?? | 1100010010100100001111111000111111001101101110110011111100111111 | c4a43f8fcdbb3f3f |
UTF-8 | 弔렟畯흖백 | 111001011011110010010100111010111010000010011111111001111001010110101111111011011001110110010110111010111011000010110001 | e5bc94eba09fe795afed9d96ebb0b1 |
UHC | 弔렟畯흖백 | 11110000110000001000111010110000111100011110000111001000111010001011100111101001 | f0c08eb0f1e1c8e8b9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)