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 | 穩??榮ヨ? | 111000100111001000111111001111111001111011000100100000111000100000111111 | e2723f3f9ec483883f |
EUC-JP | 穩??榮ヨ? | 111000111101001100111111001111111101110011000110101001011110100000111111 | e3d33f3fdcc6a5e83f |
UTF-8 | 穩덃뎸榮ヨ씙 | 111001111010100110101001111010111000110110000011111010111000111010111000111001101010011010101110111000111000001110101000111011001001010010011001 | e7a9a9eb8d83eb8eb8e6a6aee383a8ec9499 |
UHC | 穩덃뎸榮ヨ씙 | 111010001011000110001000111001101000100110001011111001111011010010101011111010001001110110101110 | e8b188e6898be7b4abe89dae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)