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 | ????AB | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-WIN | ?孰?煙AB | 0011111110011011011110000011111110001001100011000100000101000010 | 3f9b783f898c4142 |
EUC-JP | ?孰?煙AB | 0011111111010101110110010011111110110001111011000100000101000010 | 3fd5d93fb1ec4142 |
UTF-8 | 롒孰렔煙AB | 1110101110100001100100101110010110101101101100001110101110100000100101001110011110000101100110010100000101000010 | eba192e5adb0eba094e785994142 |
UHC | 롒孰렔煙AB | 10001110110101111110001011010101100011101010100111100110110101010100000101000010 | 8ed7e2d58ea9e6d54142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)