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 | 1110011010010010100100110111110101110110111001101001001010010011011111010111011001000010 | e692937d76e692937d7642 |
EUC-JP | 謦党v謦党vB | 1110101111110010110001011101111001110110111010111111001011000101110111100111011001000010 | ebf2c5de76ebf2c5de7642 |
UTF-8 | 謦党v謦党vB | 111010001010110010100110111001011000010110011010011101101110100010101100101001101110010110000101100110100111011001000010 | e8aca6e5859a76e8aca6e5859a7642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)