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 | 111010101010001000111111001111111110011110110001001111110011111101000010 | eaa23f3fe7b13f3f42 |
EUC-JP | 瑤??邀??B | 111101001010010000111111001111111110111010110011001111110011111101000010 | f4a43f3feeb33f3f42 |
UTF-8 | 瑤띰숯邀묕쉑B | 11100111100100011010010011101011100111011011000011101100100010001010111111101001100000101000000011101011101011001001010111101100100010011001000101000010 | e791a4eb9db0ec88afe98280ebac95ec899142 |
UHC | 瑤띰숯邀묕쉑B | 11101000111111011011011011101111101111011010000111101001101011011001000111101111101111011010011101000010 | e8fdb6efbda1e9ad91efbda742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)