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 | îë¹éê« | 1110111011101011100011101011100111101001111010101000111010101011 | eeeb8eb9e9ea8eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | îë??éê?? | 10001111101010111100001010001111101010111011001100111111001111111000111110101011101100011000111110101011101101000011111100111111 | 8fabc28fabb33f3f8fabb18fabb43f3f |
UTF-8 | îë¹éê« | 11000011101011101100001110101011110000101000111011000010101110011100001110101001110000111010101011000010100011101100001010101011 | c3aec3abc28ec2b9c3a9c3aac28ec2ab |
UHC | ???¹???? | 001111110011111100111111101010011111011000111111001111110011111100111111 | 3f3f3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)