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 | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ???娃??H | 0011111100111111001111111000100010100001001111110011111101001000 | 3f3f3f88a13f3f48 |
EUC-JP | 縕??娃??H | 10001111110101001100001000111111001111111011000010100011001111110011111101001000 | 8fd4c23f3fb0a33f3f48 |
UTF-8 | 縕됵슴娃됵스H | 11100111101110001001010111101011100100001011010111101100100010101011010011100101101010001000001111101011100100001011010111101100100010101010010001001000 | e7b895eb90b5ec8ab4e5a883eb90b5ec8aa448 |
UHC | 縕됵슴娃됵스H | 11101000101100101000100111101111101111011011111111101000110111111000100111101111101111011011101001001000 | e8b289efbdbfe8df89efbdba48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)