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 | 1110001010001000100111010111110101110110111000101000100010011101011111010111011001000010 | e2889d7d76e2889d7d7642 |
EUC-JP | 竏掵v竏掵vB | 1110001111101000110110011101111001110110111000111110100011011001110111100111011001000010 | e3e8d9de76e3e8d9de7642 |
UTF-8 | 竏掵v竏掵vB | 111001111010101110001111111001101000111010110101011101101110011110101011100011111110011010001110101101010111011001000010 | e7ab8fe68eb576e7ab8fe68eb57642 |
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)