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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壤ョ?刮 | 10011010110111111000001110000111001111111001100110001001 | 9adf83873f9989 |
EUC-JP | 壤ョ?刮 | 11010100111000011010010111100111001111111101000111101001 | d4e1a5e73fd1e9 |
UTF-8 | 壤ョ쓰刮 | 111001011010001110100100111000111000001110100111111011001001001110110000111001011000100010101110 | e5a3a4e383a7ec93b0e588ae |
UHC | 壤ョ쓰刮 | 1110010110111101101010111110011110111110101100101100111010111110 | e5bdabe7beb2cebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)