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 | 絶??餓?? | 1001000011100010001111110011111110001001111011000011111100111111 | 90e23f3f89ec3f3f |
EUC-JP | 絶??餓?? | 1100000011100100001111110011111110110010111011100011111100111111 | c0e43f3fb2ee3f3f |
UTF-8 | 絶껃젟餓곤슴 | 111001111011010110110110111010101011101110000011111011001010000010011111111010011010010010010011111010101011001110100100111011001000101010110100 | e7b5b6eabb83eca09fe9a493eab3a4ec8ab4 |
UHC | 絶껃젟餓곤슴 | 111011111011111010000011111001011010000010011001111001001011101110110000111011111011110110111111 | efbe83e5a099e4bbb0efbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)