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 | セォ斜爾射 | 1011111010101011100011101100111010001110101000101000111011001011 | beab8ece8ea28ecb |
EUC-JP | セォ斜爾射 | 10001110101111101000111010101011101111001101000010111100101001001011110011001101 | 8ebe8eabbcd0bca4bccd |
UTF-8 | セォ斜爾射 | 111011111011110110111110111011111011110110101011111001101001011010011100111001111000100010111110111001011011000010000100 | efbdbeefbdabe6969ce788bee5b084 |
UHC | ??斜爾射 | 0011111100111111110111101101100011101100101100111101111011010010 | 3f3fded8ecb3ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)