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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 北莟戀G | 10010110011010111110010010101111100111001111011001000111 | 966be4af9cf647 |
EUC-JP | 北莟戀G | 11001011110011001110100010110001110110001111100001000111 | cbcce8b1d8f847 |
UTF-8 | 北莟戀G | 11100101100011001001011111101000100011101001111111100110100010001000000001000111 | e58c97e88e9fe6888047 |
UHC | 北?戀G | 110111011100000100111111110101011111110001000111 | ddc13fd5fc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)