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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 巍??絶??B | 100110111101100100111111001111111001000011100010001111110011111101000010 | 9bd93f3f90e23f3f42 |
EUC-JP | 巍??絶??B | 110101101101101100111111001111111100000011100100001111110011111101000010 | d6db3f3fc0e43f3f42 |
UTF-8 | 巍ㅿ풐絶볩풓B | 11100101101101111000110111100011100001011011111111101101100100101001000011100111101101011011011011101011101100111010100111101101100100101001001101000010 | e5b78de385bfed9290e7b5b6ebb3a9ed929342 |
UHC | 巍ㅿ풐絶볩풓B | 11101000111001001010010011101111101111101001010011101111101111101001001111101111101111101001011101000010 | e8e4a4efbe94efbe93efbe9742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)