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 | 譟緋サ喜№ | 111001101001111110010100111010101011101110001010111011001000011110000010 | e69f94eabb8aec8782 |
EUC-JP | 譟緋サ喜№ | 1110110010100001110010001110110010001110101110111011010011101110100011111010001011110001 | eca1c8ec8ebbb4ee8fa2f1 |
UTF-8 | 譟緋サ喜№ | 111010001010110110011111111001111011011110001011111011111011110110111011111001011001011010011100111000101000010010010110 | e8ad9fe7b78befbdbbe5969ce28496 |
UHC | ?緋?喜№ | 0011111111011101111111000011111111111101111011001010001011100000 | 3fddfc3ffdeca2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)