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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨域尚葆 | 1110010010111100100010001110011010001111101011101110010011011100 | e4bc88e68faee4dc |
EUC-JP | 莨域尚葆 | 1110100010111110101100001110100010111110101100001110100011011110 | e8beb0e8beb0e8de |
UTF-8 | 莨域尚葆 | 111010001000111010101000111001011001111110011111111001011011000010011010111010001001000110000110 | e88ea8e59f9fe5b09ae89186 |
UHC | ?域?? | 0011111111100110101101000011111100111111 | 3fe6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)