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 | 誤???厄 | 10001100111010110011111100111111001111111001011011101111 | 8ceb3f3f3f96ef |
EUC-JP | 誤???厄 | 10111000111011010011111100111111001111111100110011110001 | b8ed3f3f3fccf1 |
UTF-8 | 誤곊멸텫厄 | 111010001010101010100100111010101011001110001010111010111010100110111000111011011000010110101011111001011000111010000100 | e8aaa4eab38aeba9b8ed85abe58e84 |
UHC | 誤곊멸텫厄 | 11101000101001101000000111001110101110001110101010110110100111111110010011111000 | e8a681ceb8eab69fe4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)