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 | 五??受? | 10001100110111000011111100111111100011101111001100111111 | 8cdc3f3f8ef33f |
EUC-JP | 五??受? | 10111000110111100011111100111111101111001111010100111111 | b8de3f3fbcf53f |
UTF-8 | 五쒋댙受쇘 | 111001001011101010010100111011001001001010001011111010111000110010011001111001011000111110010111111011001000011110011000 | e4ba94ec928beb8c99e58f97ec8798 |
UHC | 五쒋댙受쇘 | 11100111111010011001110011100010100010001011110111100001111101001011110011100111 | e7e99ce288bde1f4bce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)