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 | ?烋覺 | 0011111111100000011111011110011001010011 | 3fe07de653 |
EUC-JP | ?烋覺 | 0011111111011111110111101110101110110100 | 3fdfdeebb4 |
UTF-8 | 뤔烋覺 | 111010111010010010010100111001111000001110001011111010001010011010111010 | eba494e7838be8a6ba |
UHC | 뤔烋覺 | 100011111100010011111101110011101100101011000110 | 8fc4fdcecac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)