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 | 治酌セュ魏爾 | 10001110101000011000111011011110101111101010110111101001101100001000111010100010 | 8ea18edebeade9b08ea2 |
EUC-JP | 治酌セュ魏爾 | 101111001010001110111100111000001000111010111110100011101010110111110010101100101011110010100100 | bca3bce08ebe8eadf2b2bca4 |
UTF-8 | 治酌セュ魏爾 | 111001101011001010111011111010011000010110001100111011111011110110111110111011111011110110101101111010011010110110001111111001111000100010111110 | e6b2bbe9858cefbdbeefbdade9ad8fe788be |
UHC | 治酌??魏爾 | 11110110101111011110110111001100001111110011111111101010111000001110110010110011 | f6bdedcc3f3feae0ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)