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 | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | シセ髙vシセ髙vB | 1011110010111110111110111111110001110110101111001011111011111011111111000111011001000010 | bcbefbfc76bcbefbfc7642 |
EUC-JP | シセ?vシセ?vB | 10001110101111001000111010111110001111110111011010001110101111001000111010111110001111110111011001000010 | 8ebc8ebe3f768ebc8ebe3f7642 |
UTF-8 | シセ髙vシセ髙vB | 111011111011110110111100111011111011110110111110111010011010101110011001011101101110111110111101101111001110111110111101101111101110100110101011100110010111011001000010 | efbdbcefbdbee9ab9976efbdbcefbdbee9ab997642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)