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 | 射磁渉コ | 10001110110010111000111010100101100011111100001010111010 | 8ecb8ea58fc2ba |
EUC-JP | 射磁渉コ | 1011110011001101101111001010011110111110110001001000111010111010 | bccdbca7bec48eba |
UTF-8 | 射磁渉コ | 111001011011000010000100111001111010001110000001111001101011100010001001111011111011110110111010 | e5b084e7a381e6b889efbdba |
UHC | 射磁?? | 110111101101001011101101101110000011111100111111 | ded2edb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)