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 | 薜冗洪纐 | 1110010101001111100011111110011110001101010111101110001110010110 | e54f8fe78d5ee396 |
EUC-JP | 薜冗洪纐 | 1110100110110000101111101110100110111001101111111110010111110110 | e9b0bee9b9bfe5f6 |
UTF-8 | 薜冗洪纐 | 111010001001011010011100111001011000011010010111111001101011010010101010111001111011101010010000 | e8969ce58697e6b4aae7ba90 |
UHC | ?冗洪? | 001111111110100110110111111110111111001100111111 | 3fe9b7fbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)