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 | 1001101111011001001111110011111100111111001111110011111101000010 | 9bd93f3f3f3f3f42 |
EUC-JP | 巍?????B | 1101011011011011001111110011111100111111001111110011111101000010 | d6db3f3f3f3f3f42 |
UTF-8 | 巍ㅶ솙燎ㅿ쉐B | 11100101101101111000110111100011100001011011011011101100100001101001100111101111101001111000000011100011100001011011111111101100100010011001000001000010 | e5b78de385b6ec8699efa780e385bfec899042 |
UHC | 巍ㅶ솙燎ㅿ쉐B | 11101000111001001010010011100110100110011001011111101000111110111010010011101111101111011010011001000010 | e8e4a4e69997e8fba4efbda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)