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 | ????普臼 | 0011111100111111001111110011111110010101100000011000100101010000 | 3f3f3f3f95818950 |
EUC-JP | ????普臼 | 0011111100111111001111110011111111001001111000011011000110110001 | 3f3f3f3fc9e1b1b1 |
UTF-8 | 렻┙렓렻普臼 | 111010111010000010111011111000101001010010011001111010111010000010010011111010111010000010111011111001101001100110101110111010001000011110111100 | eba0bbe29499eba093eba0bbe699aee887bc |
UHC | 렻┙렓렻普臼 | 100011101100001110100110110001001000111010101000100011101100001111011100110001011100111110111111 | 8ec3a6c48ea88ec3dcc5cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)