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 | 001111110011111100111111001111110011111101110000 | 3f3f3f3f3f70 |
SJIS-WIN | ?????p | 001111110011111100111111001111110011111101110000 | 3f3f3f3f3f70 |
EUC-JP | ?????p | 001111110011111100111111001111110011111101110000 | 3f3f3f3f3f70 |
UTF-8 | 렻렏렻거렍p | 11101011101000001011101111101011101000001000111111101011101000001011101111101010101100011011000011101011101000001000110101110000 | eba0bbeba08feba0bbeab1b0eba08d70 |
UHC | 렻렏렻거렍p | 1000111011000011100011101010010110001110110000111011000011000101100011101010001101110000 | 8ec38ea58ec3b0c58ea370 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)