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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 茆o修h | 11100100100110111000001010001111100011110100001101101000 | e49b828f8f4368 |
EUC-JP | 茆o修h | 11100111111110111010001111101111101111011010010001101000 | e7fba3efbda468 |
UTF-8 | 茆o修h | 11101000100011001000011011101111101111011000111111100100101111111010111001101000 | e88c86efbd8fe4bfae68 |
UHC | ?o修h | 001111111010001111101111111000011111001101101000 | 3fa3efe1f368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)