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 | 1101110010100011111100001011111101110110110111001010001111110000101111110111011001000010 | dca3f0bf76dca3f0bf7642 |
EUC-JP | ワ」?vワ」?vB | 10001110110111001000111010100011001111110111011010001110110111001000111010100011001111110111011001000010 | 8edc8ea33f768edc8ea33f7642 |
UTF-8 | ワ」vワ」vB | 111011111011111010011100111011111011110110100011111011101000000110111110011101101110111110111110100111001110111110111101101000111110111010000001101111100111011001000010 | efbe9cefbda3ee81be76efbe9cefbda3ee81be7642 |
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)