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 | 裲遵ぎ | 111001011110101010001111100001011000001010101100 | e5ea8f8582ac |
EUC-JP | 裲遵ぎ | 111010101110110010111101111001011010010010101110 | eaecbde5a4ae |
UTF-8 | 裲遵ぎ | 111010001010001110110010111010011000000110110101111000111000000110001110 | e8a3b2e981b5e3818e |
UHC | ?遵ぎ | 0011111111110001111001011010101010101110 | 3ff1e5aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)