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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 侶博v侶博vB | 1001011110110101100101001000111001110110100101111011010110010100100011100111011001000010 | 97b5948e7697b5948e7642 |
EUC-JP | 侶博v侶博vB | 1100111010110111110001111110111001110110110011101011011111000111111011100111011001000010 | ceb7c7ee76ceb7c7ee7642 |
UTF-8 | 侶博v侶博vB | 111001001011111010110110111001011000110110011010011101101110010010111110101101101110010110001101100110100111011001000010 | e4beb6e58d9a76e4beb6e58d9a7642 |
UHC | 侶博v侶博vB | 1101010111100010110110101100111101110110110101011110001011011010110011110111011001000010 | d5e2dacf76d5e2dacf7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)