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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 鞳梧iG | 11101000111000111000110011100110100000101000100101000111 | e8e38ce6828947 |
EUC-JP | 鞳梧iG | 11110000111001011011100011101000101000111110100101000111 | f0e5b8e8a3e947 |
UTF-8 | 鞳梧iG | 11101001100111101011001111100110101000101010011111101111101111011000100101000111 | e99eb3e6a2a7efbd8947 |
UHC | ?梧iG | 001111111110011111111100101000111110100101000111 | 3fe7fca3e947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)