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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羃掩憶B | 11100011101100001000100110000110100010011010111101000010 | e3b0898689af42 |
EUC-JP | 羃掩憶B | 11100110101100101011000111100110101100101011000101000010 | e6b2b1e6b2b142 |
UTF-8 | 羃掩憶B | 11100111101111101000001111100110100011101010100111100110100001101011011001000010 | e7be83e68ea9e686b642 |
UHC | ?掩憶B | 001111111110010111110011111001011110001101000010 | 3fe5f3e5e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)