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 | 疾釥ツ逎 | 111100001011100010001110101111101111101111000000110000101110011110100011 | f0b88ebefbc0c2e7a3 |
EUC-JP | ?疾釥ツ逎 | 00111111101111001100000010001111111000111010101110001110110000101110111010100101 | 3fbcc08fe3ab8ec2eea5 |
UTF-8 | 疾釥ツ逎 | 111011101000000110110111111001111001011010111110111010011000011110100101111011111011111010000010111010011000000010001110 | ee81b7e796bee987a5efbe82e9808e |
UHC | ?疾??? | 001111111111001011110000001111110011111100111111 | 3ff2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)