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 | ?????p@ | 00111111001111110011111100111111001111110111000001000000 | 3f3f3f3f3f7040 |
SJIS-WIN | ?????p@ | 00111111001111110011111100111111001111110111000001000000 | 3f3f3f3f3f7040 |
EUC-JP | ?????p@ | 00111111001111110011111100111111001111110111000001000000 | 3f3f3f3f3f7040 |
UTF-8 | 렻렏렻거렍p@ | 1110101110100000101110111110101110100000100011111110101110100000101110111110101010110001101100001110101110100000100011010111000001000000 | eba0bbeba08feba0bbeab1b0eba08d7040 |
UHC | 렻렏렻거렍p@ | 100011101100001110001110101001011000111011000011101100001100010110001110101000110111000001000000 | 8ec38ea58ec3b0c58ea37040 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)