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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?鍰 | 001111111111101111011111 | 3ffbdf |
EUC-JP | 佈鍰 | 100011111011000011101000100011111110010011111010 | 8fb0e88fe4fa |
UTF-8 | 佈鍰 | 111001001011110110001000111010011000110110110000 | e4bd88e98db0 |
UHC | 佈? | 111110001100111100111111 | f8cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)