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 | 11100000110111101110001011010010011111010110100111100000110111101110001011010010011111010110100101000010 | e0dee2d27d69e0dee2d27d6942 |
EUC-JP | 玻簫}i玻簫}iB | 11100000111000001110010011010100011111010110100111100000111000001110010011010100011111010110100101000010 | e0e0e4d47d69e0e0e4d47d6942 |
UTF-8 | 玻簫}i玻簫}iB | 1110011110001110101110111110011110110000101010110111110101101001111001111000111010111011111001111011000010101011011111010110100101000010 | e78ebbe7b0ab7d69e78ebbe7b0ab7d6942 |
UHC | ?簫}i?簫}iB | 0011111111100001110001110111110101101001001111111110000111000111011111010110100101000010 | 3fe1c77d693fe1c77d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)