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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?脹??輟 | 00111111100100101010111100111111001111111110011101101111 | 3f92af3f3fe76f |
EUC-JP | ?脹??輟 | 00111111110001001011000100111111001111111110110111010000 | 3fc4b13f3fedd0 |
UTF-8 | 뤋脹쿪뤋輟 | 111010111010010010001011111010001000010010111001111011001011111110101010111010111010010010001011111010001011110010011111 | eba48be884b9ecbfaaeba48be8bc9f |
UHC | 뤋脹쿪뤋輟 | 10001111101110111111001111101100101100110110000110001111101110111111010011001111 | 8fbbf3ecb3618fbbf4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)