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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 率??絶?B | 1001011110100110001111110011111110010000111000100011111101000010 | 97a63f3f90e23f42 |
EUC-JP | 率??絶?B | 1100111010101000001111110011111111000000111001000011111101000010 | cea83f3fc0e43f42 |
UTF-8 | 率뱄푷絶뎆B | 11100111100011101000011111101011101100011000010011101101100100011011011111100111101101011011011011101011100011101000011001000010 | e78e87ebb184ed91b7e7b5b6eb8e8642 |
UHC | 率뱄푷絶뎆B | 1110000111100011101110011110111110111110100001011110111110111110100010010101010001000010 | e1e3b9efbe85efbe895442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)