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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?〓?甸?? | 0011111110000001101011000011111110011001101100100011111100111111 | 3f81ac3f99b23f3f |
EUC-JP | 縕〓?甸?? | 10001111110101001100001010100010101011100011111111010010101101000011111100111111 | 8fd4c2a2ae3fd2b43f3f |
UTF-8 | 縕〓챸甸낅쨯 | 111001111011100010010101111000111000000010010011111011001011000110111000111001111001010010111000111010111000001010000101111011001010100010101111 | e7b895e38093ecb1b8e794b8eb8285eca8af |
UHC | 縕〓챸甸낅쨯 | 111010001011001010100001111010111010101010000101111011111010010010000101111010111010010010001001 | e8b2a1ebaa85efa485eba489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)