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 | 悅??窈ラ? | 111110101011110100111111001111111110001001110111100000111000100100111111 | fabd3f3fe27783893f |
EUC-JP | ???窈ラ? | 0011111100111111001111111110001111011000101001011110100100111111 | 3f3f3fe3d8a5e93f |
UTF-8 | 悅덂벊窈ラ콊 | 111001101000001010000101111010111000110110000010111010111011001010001010111001111010101010001000111000111000001110101001111011001011110110001010 | e68285eb8d82ebb28ae7aa88e383a9ecbd8a |
UHC | 悅덂벊窈ラ콊 | 111001101110110110001000111001011001001110101101111010011010000110101011111010011011000110000110 | e6ed88e593ade9a1abe9b186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)