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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎コ枻「昇 | 1110100010111110101110101111101011100010101000101000111110111000 | e8bebafae2a28fb8 |
EUC-JP | 霎コ枻「昇 | 1111000011000000100011101011101010001111110000111011010110001110101000101011111010111010 | f0c08eba8fc3b58ea2beba |
UTF-8 | 霎コ枻「昇 | 111010011001110010001110111011111011110110111010111001101001111010111011111011111011110110100010111001101001100010000111 | e99c8eefbdbae69ebbefbda2e69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)