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 | 肬わ宗聰 | 1110001111101101100000101110110110001111010000001110001111100000 | e3ed82ed8f40e3e0 |
EUC-JP | 肬わ宗聰 | 1110011011101111101001001110111110111101101000011110011011100010 | e6efa4efbda1e6e2 |
UTF-8 | 肬わ宗聰 | 111010001000001010101100111000111000001010001111111001011010111010010111111010001000000110110000 | e882ace3828fe5ae97e881b0 |
UHC | ?わ宗聰 | 00111111101010101110111111110000111100111111010111000110 | 3faaeff0f3f5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)