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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | 縕??h縕?? | 1000111111010100110000100011111100111111011010001000111111010100110000100011111100111111 | 8fd4c23f3f688fd4c23f3f |
UTF-8 | 縕롳쉭h縕롳쉭 | 11100111101110001001010111101011101000011011001111101100100010011010110101101000111001111011100010010101111010111010000110110011111011001000100110101101 | e7b895eba1b3ec89ad68e7b895eba1b3ec89ad |
UHC | 縕롳쉭h縕롳쉭 | 11101000101100101000111011101111101111011010110101101000111010001011001010001110111011111011110110101101 | e8b28eefbdad68e8b28eefbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)