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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裨芽汽 | 111001011110100110001001111010001000101101000100 | e5e989e88b44 |
EUC-JP | 裨芽汽 | 111010101110101110110010111010101011010110100101 | eaebb2eab5a5 |
UTF-8 | 裨芽汽 | 111010001010001110101000111010001000101010111101111001101011000110111101 | e8a3a8e88abde6b1bd |
UHC | 裨芽汽 | 110111101010010111100100101101001101000110101001 | dea5e4b4d1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)