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 | ???醯 | 0011111100111111001111111110011111001111 | 3f3f3fe7cf |
EUC-JP | 鎣??醯 | 10001111111001011011001000111111001111111110111011010001 | 8fe5b23f3feed1 |
UTF-8 | 鎣뺠븱醯 | 111010011000111010100011111010111011101010100000111010111011100010110001111010011000011010101111 | e98ea3ebbaa0ebb8b1e986af |
UHC | 鎣뺠븱醯 | 1111101110101111100101011110100010010101100110101111101110111000 | fbaf95e8959afbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)