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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羝悟ぞ跿 | 1110001110110110100011001110010110000010101111001110011011110011 | e3b68ce582bce6f3 |
EUC-JP | 羝悟ぞ跿 | 1110011010111000101110001110011110100100101111101110110011110101 | e6b8b8e7a4beecf5 |
UTF-8 | 羝悟ぞ跿 | 111001111011111010011101111001101000001010011111111000111000000110011110111010001011011110111111 | e7be9de6829fe3819ee8b7bf |
UHC | ?悟ぞ? | 001111111110011111110110101010101011111000111111 | 3fe7f6aabe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)