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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???珪 | 0011111100111111001111111000110001011101 | 3f3f3f8c5d |
EUC-JP | 琰??珪 | 10001111110011001011010000111111001111111011011110111110 | 8fccb43f3fb7be |
UTF-8 | 琰롡넂珪 | 111001111001000010110000111010111010000110100001111010111000010010000010111001111000111110101010 | e790b0eba1a1eb8482e78faa |
UHC | 琰롡넂珪 | 1110011011111100100011101110001010000110100100101101000010101000 | e6fc8ee28692d0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)