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 | 壤ョ?媛?? | 100110101101111110000011100001110011111110010101010100010011111100111111 | 9adf83873f95513f3f |
EUC-JP | 壤ョ?媛?? | 110101001110000110100101111001110011111111001001101100100011111100111111 | d4e1a5e73fc9b23f3f |
UTF-8 | 壤ョ쳡媛ㅶ략 | 111001011010001110100100111000111000001110100111111011001011001110100001111001011010101010011011111000111000010110110110111010111001111010110101 | e5a3a4e383a7ecb3a1e5aa9be385b6eb9eb5 |
UHC | 壤ョ쳡媛ㅶ략 | 111001011011110110101011111001111010101110000111111010101011000010100100111001101011011110101011 | e5bdabe7ab87eab0a4e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)