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 | Þó}vÞó}vB | 110111101111001101111101011101101101111011110011011111010111011001000010 | def37d76def37d7642 |
SJIS-WIN | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
EUC-JP | Þó}vÞó}vB | 1000111110101001101100001000111110101011110100010111110101110110100011111010100110110000100011111010101111010001011111010111011001000010 | 8fa9b08fabd17d768fa9b08fabd17d7642 |
UTF-8 | Þó}vÞó}vB | 11000011100111101100001110110011011111010111011011000011100111101100001110110011011111010111011001000010 | c39ec3b37d76c39ec3b37d7642 |
UHC | Þ?}vÞ?}vB | 1010100010101101001111110111110101110110101010001010110100111111011111010111011001000010 | a8ad3f7d76a8ad3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)