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 | 蓆?槞蓆 | 11100100111011000011111110011110110101111110010011101100 | e4ec3f9ed7e4ec |
EUC-JP | 蓆馦槞蓆 | 111010001110111010001111111010001111101011011100110110011110100011101110 | e8ee8fe8fadcd9e8ee |
UTF-8 | 蓆馦槞蓆 | 111010001001001110000110111010011010011010100110111001101010011110011110111010001001001110000110 | e89386e9a6a6e6a79ee89386 |
UHC | 蓆??蓆 | 111000001011011000111111001111111110000010110110 | e0b63f3fe0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)