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 | 1110011010001000100111010111110101110110111001101000100010011101011111010111011001000010 | e6889d7d76e6889d7d7642 |
EUC-JP | 謌掵v謌掵vB | 1110101111101000110110011101111001110110111010111110100011011001110111100111011001000010 | ebe8d9de76ebe8d9de7642 |
UTF-8 | 謌掵v謌掵vB | 111010001010110010001100111001101000111010110101011101101110100010101100100011001110011010001110101101010111011001000010 | e8ac8ce68eb576e8ac8ce68eb57642 |
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)