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 | 110110101111001101111101011010011101101011110011011111010110100101000010 | daf37d69daf37d6942 |
SJIS-WIN | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
EUC-JP | Úó}iÚó}iB | 1000111110101010111000101000111110101011110100010111110101101001100011111010101011100010100011111010101111010001011111010110100101000010 | 8faae28fabd17d698faae28fabd17d6942 |
UTF-8 | Úó}iÚó}iB | 11000011100110101100001110110011011111010110100111000011100110101100001110110011011111010110100101000010 | c39ac3b37d69c39ac3b37d6942 |
UHC | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)