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 | ??@}??@{^ | 001111110011111101000000011111010011111100111111010000000111101101011110 | 3f3f407d3f3f407b5e |
SJIS-WIN | 偲蒔@}偲蒔@{^ | 10001110110000111000111010101010010000000111110110001110110000111000111010101010010000000111101101011110 | 8ec38eaa407d8ec38eaa407b5e |
EUC-JP | 偲蒔@}偲蒔@{^ | 10111100110001011011110010101100010000000111110110111100110001011011110010101100010000000111101101011110 | bcc5bcac407dbcc5bcac407b5e |
UTF-8 | 偲蒔@}偲蒔@{^ | 1110010110000001101100101110100010010010100101000100000001111101111001011000000110110010111010001001001010010100010000000111101101011110 | e581b2e89294407de581b2e89294407b5e |
UHC | ?蒔@}?蒔@{^ | 0011111111100011110010000100000001111101001111111110001111001000010000000111101101011110 | 3fe3c8407d3fe3c8407b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)