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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 移??A移 | 10001000110110100011111100111111010000011000100011011010 | 88da3f3f4188da |
EUC-JP | 移??A移 | 10110000110111000011111100111111010000011011000011011100 | b0dc3f3f41b0dc |
UTF-8 | 移롎렔A移 | 11100111101001111011101111101011101000011000111011101011101000001001010001000001111001111010011110111011 | e7a7bbeba18eeba09441e7a7bb |
UHC | 移롎렔A移 | 111011001011100110001110110101001000111010101001010000011110110010111001 | ecb98ed48ea941ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)