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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 偲治}i偲治}iB | 10001110110000111000111010100001011111010110100110001110110000111000111010100001011111010110100101000010 | 8ec38ea17d698ec38ea17d6942 |
EUC-JP | 偲治}i偲治}iB | 10111100110001011011110010100011011111010110100110111100110001011011110010100011011111010110100101000010 | bcc5bca37d69bcc5bca37d6942 |
UTF-8 | 偲治}i偲治}iB | 1110010110000001101100101110011010110010101110110111110101101001111001011000000110110010111001101011001010111011011111010110100101000010 | e581b2e6b2bb7d69e581b2e6b2bb7d6942 |
UHC | ?治}i?治}iB | 0011111111110110101111010111110101101001001111111111011010111101011111010110100101000010 | 3ff6bd7d693ff6bd7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)