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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鈆雫鈆雫^ | 111110111100000110001110101101001111101111000001100011101011010001011110 | fbc18eb4fbc18eb45e |
EUC-JP | 鈆雫鈆雫^ | 1000111111100011101111001011110010110110100011111110001110111100101111001011011001011110 | 8fe3bcbcb68fe3bcbcb65e |
UTF-8 | 鈆雫鈆雫^ | 11101001100010001000011011101001100110111010101111101001100010001000011011101001100110111010101101011110 | e98886e99babe98886e99bab5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)