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 | 謠??謠??^ | 111001101000111100111111001111111110011010001111001111110011111101011110 | e68f3f3fe68f3f3f5e |
EUC-JP | 謠??謠??^ | 111010111110111100111111001111111110101111101111001111110011111101011110 | ebef3f3febef3f3f5e |
UTF-8 | 謠쇽쉼謠쇽쉼^ | 11101000101011001010000011101100100001111011110111101100100010011011110011101000101011001010000011101100100001111011110111101100100010011011110001011110 | e8aca0ec87bdec89bce8aca0ec87bdec89bc5e |
UHC | 謠쇽쉼謠쇽쉼^ | 11101001101010101011110011101111101111011011000011101001101010101011110011101111101111011011000001011110 | e9aabcefbdb0e9aabcefbdb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)