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 | 樺?隅 | 1000101010010010001111111000101111110111 | 8a923f8bf7 |
EUC-JP | 樺?隅 | 1011001111110010001111111011011011111001 | b3f23fb6f9 |
UTF-8 | 樺렢隅 | 111001101010100010111010111010111010000010100010111010011001101010000101 | e6a8baeba0a2e99a85 |
UHC | 樺렢隅 | 111110111111110010001110101100111110100111101010 | fbfc8eb3e9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)