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 | Þ?]Þ?]B | 11011110001111110101110111011110001111110101110101000010 | de3f5dde3f5d42 |
SJIS-WIN | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
EUC-JP | Þ?]Þ?]B | 1000111110101001101100000011111101011101100011111010100110110000001111110101110101000010 | 8fa9b03f5d8fa9b03f5d42 |
UTF-8 | Þ⊙]Þ⊙]B | 11000011100111101110001010001010100110010101110111000011100111101110001010001010100110010101110101000010 | c39ee28a995dc39ee28a995d42 |
UHC | Þ⊙]Þ⊙]B | 1010100010101101101000101100000101011101101010001010110110100010110000010101110101000010 | a8ada2c15da8ada2c15d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)