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 | セォ蔀治爨写 | 10111110101010111000111011000001100011101010000111100000101001001000111011001010 | beab8ec18ea1e0a48eca |
EUC-JP | セォ蔀治爨写 | 100011101011111010001110101010111011110011000011101111001010001111100000101001101011110011001100 | 8ebe8eabbcc3bca3e0a6bccc |
UTF-8 | セォ蔀治爨写 | 111011111011110110111110111011111011110110101011111010001001010010000000111001101011001010111011111001111000100010101000111001011000011010011001 | efbdbeefbdabe89480e6b2bbe788a8e58699 |
UHC | ???治?? | 00111111001111110011111111110110101111010011111100111111 | 3f3f3ff6bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)