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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐幎谿シ巐腺 | 1111101010110110100110111110101111100110101011101011110011111010101101101001000101000010 | fab69bebe6aebcfab69142 |
EUC-JP | 巐幎谿シ巐腺 | 1000111110111011111110011101011011101101111011001011000010001110101111001000111110111011111110011100000110100011 | 8fbbf9d6edecb08ebc8fbbf9c1a3 |
UTF-8 | 巐幎谿シ巐腺 | 111001011011011110010000111001011011100110001110111010001011000010111111111011111011110110111100111001011011011110010000111010001000010110111010 | e5b790e5b98ee8b0bfefbdbce5b790e885ba |
UHC | ??谿??腺 | 0011111100111111110011011010110000111111001111111110000011001101 | 3f3fcdac3f3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)