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 | 肬わ宗蒹 | 1110001111101101100000101110110110001111010000001110010011100011 | e3ed82ed8f40e4e3 |
EUC-JP | 肬わ宗蒹 | 1110011011101111101001001110111110111101101000011110100011100101 | e6efa4efbda1e8e5 |
UTF-8 | 肬わ宗蒹 | 111010001000001010101100111000111000001010001111111001011010111010010111111010001001001010111001 | e882ace3828fe5ae97e892b9 |
UHC | ?わ宗? | 001111111010101011101111111100001111001100111111 | 3faaeff0f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)