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 | ?想?想^ | 00111111100100010111101000111111100100010111101001011110 | 3f917a3f917a5e |
EUC-JP | 鉥想鉥想^ | 1000111111100011111010001100000111011011100011111110001111101000110000011101101101011110 | 8fe3e8c1db8fe3e8c1db5e |
UTF-8 | 鉥想鉥想^ | 11101001100010011010010111100110100000111011001111101001100010011010010111100110100000111011001101011110 | e989a5e683b3e989a5e683b35e |
UHC | 鉥想鉥想^ | 111000101111110011011111110011001110001011111100110111111100110001011110 | e2fcdfcce2fcdfcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)