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 | 艤翹犯 | 111001000111111011100011110010011001010011000110 | e47ee3c994c6 |
EUC-JP | 艤翹犯 | 111001111101111111100110110010111100100011001000 | e7dfe6cbc8c8 |
UTF-8 | 艤翹犯 | 111010001000100110100100111001111011111110111001111001111000101010101111 | e889a4e7bfb9e78aaf |
UHC | 艤翹犯 | 111010111111101011001110111011101101101111110011 | ebfaceeedbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)