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 | 蕙??形 | 111110111001101100111111001111111000110001100000 | fb9b3f3f8c60 |
EUC-JP | 蕙??形 | 10001111110110011100100000111111001111111011011111000001 | 8fd9c83f3fb7c1 |
UTF-8 | 蕙쎿굢形 | 111010001001010110011001111011001000111010111111111010101011010110100010111001011011110110100010 | e89599ec8ebfeab5a2e5bda2 |
UHC | 蕙쎿굢形 | 1111101110110110100110111110011010000010100010011111101110100001 | fbb69be68289fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)