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 | 底?g幽 | 10010010111010100011111110000010100001111001011101001000 | 92ea3f82879748 |
EUC-JP | 底?g幽 | 11000100111011000011111110100011111001111100110110101001 | c4ec3fa3e7cda9 |
UTF-8 | 底장g幽 | 111001011011101010010101111011001001111010100101111011111011110110000111111001011011100110111101 | e5ba95ec9ea5efbd87e5b9bd |
UHC | 底장g幽 | 1110111010111100110000001110010110100011111001111110101011101011 | eebcc0e5a3e7eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)