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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?〓?與??^ | 001111111000000110101100001111111110010001101111001111110011111101011110 | 3f81ac3fe46f3f3f5e |
EUC-JP | 縕〓?與??^ | 1000111111010100110000101010001010101110001111111110011111010000001111110011111101011110 | 8fd4c2a2ae3fe7d03f3f5e |
UTF-8 | 縕〓젧與쀫젩^ | 11100111101110001001010111100011100000001001001111101100101000001010011111101000100010001000011111101100100000001010101111101100101000001010100101011110 | e7b895e38093eca0a7e88887ec80abeca0a95e |
UHC | 縕〓젧與쀫젩^ | 11101000101100101010000111101011101000001001111111100110101010001001011111101011101000001010000101011110 | e8b2a1eba09fe6a897eba0a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)