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 | ???pB | 0011111100111111001111110111000001000010 | 3f3f3f7042 |
SJIS-WIN | ???pB | 0011111100111111001111110111000001000010 | 3f3f3f7042 |
EUC-JP | ???pB | 0011111100111111001111110111000001000010 | 3f3f3f7042 |
UTF-8 | 혦횛찾pB | 1110110110011000101001101110110110011010100110111110110010110000101111100111000001000010 | ed98a6ed9a9becb0be7042 |
UHC | 혦횛찾pB | 1100001010001110110000111001010111000011101000110111000001000010 | c28ec395c3a37042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)