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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?級哨凌艾^ | 00111111100010111000100110001111101000111001011110111101111001001000100001011110 | 3f8b898fa397bde4885e |
EUC-JP | ?級哨凌艾^ | 00111111101101011110100110111110101001011100111010111111111001111110100001011110 | 3fb5e9bea5cebfe7e85e |
UTF-8 | 뤋級哨凌艾^ | 11101011101001001000101111100111101101001001101011100101100100111010100011100101100001111000110011101000100010011011111001011110 | eba48be7b49ae593a8e5878ce889be5e |
UHC | 뤋級哨凌艾^ | 1000111110111011110100001110010011110100111110101101011111010000111001001111010101011110 | 8fbbd0e4f4fad7d0e4f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)