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 | 茆iΘ | 111001001001101110000010100010011000001110100110 | e49b828983a6 |
EUC-JP | 茆iΘ | 111001111111101110100011111010011010011010101000 | e7fba3e9a6a8 |
UTF-8 | 茆iΘ | 1110100010001100100001101110111110111101100010011100111010011000 | e88c86efbd89ce98 |
UHC | ?iΘ | 0011111110100011111010011010010111001000 | 3fa3e9a5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)