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 | 邀??仰?? | 1110011110110001001111110011111110001011110000100011111100111111 | e7b13f3f8bc23f3f |
EUC-JP | 邀??仰?? | 1110111010110011001111110011111110110110110001000011111100111111 | eeb33f3fb6c43f3f |
UTF-8 | 邀뤷뜝仰삯춳 | 111010011000001010000000111010111010010010110111111010111001110010011101111001001011101110110000111011001000001010101111111011001011011010110011 | e98280eba4b7eb9c9de4bbb0ec82afecb6b3 |
UHC | 邀뤷뜝仰삯춳 | 111010011010110110001111111001011000110110100000111001001110011010111011111010011010110110001111 | e9ad8fe58da0e4e6bbe9ad8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)