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 | 艤翹泛 | 111001000111111011100011110010011001111110100000 | e47ee3c99fa0 |
EUC-JP | 艤翹泛 | 111001111101111111100110110010111101111010100010 | e7dfe6cbdea2 |
UTF-8 | 艤翹泛 | 111010001000100110100100111001111011111110111001111001101011001110011011 | e889a4e7bfb9e6b39b |
UHC | 艤翹泛 | 111010111111101011001110111011101101101111110010 | ebfaceeedbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)