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 | 111001101101100000111111011101101110011011011000001111110111011001000010 | e6d83f76e6d83f7642 |
EUC-JP | 齎?v齎?vB | 111011001101101000111111011101101110110011011010001111110111011001000010 | ecda3f76ecda3f7642 |
UTF-8 | 齎줏v齎줏vB | 111010011011110110001110111011001010010010001111011101101110100110111101100011101110110010100100100011110111011001000010 | e9bd8eeca48f76e9bd8eeca48f7642 |
UHC | 齎줏v齎줏vB | 1110111010110010110000011101111001110110111011101011001011000001110111100111011001000010 | eeb2c1de76eeb2c1de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)