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 | 額??蟯 | 100010100111101000111111001111111110010110110010 | 8a7a3f3fe5b2 |
EUC-JP | 額??蟯 | 101100111101101100111111001111111110101010110100 | b3db3f3feab4 |
UTF-8 | 額ㅵ날蟯 | 111010011010000110001101111000111000010110110101111010111000001010100000111010001001111110101111 | e9a18de385b5eb82a0e89faf |
UHC | 額ㅵ날蟯 | 1110010011111110101001001110010110110011101011111110100110101000 | e4fea4e5b3afe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)