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 | ?i?曜? | 00111111100000101000100100111111100101110110101000111111 | 3f82893f976a3f |
EUC-JP | ?i?曜? | 00111111101000111110100100111111110011011100101100111111 | 3fa3e93fcdcb3f |
UTF-8 | 怜i뀒曜앶 | 111011111010011010101100111011111011110110001001111010111000000010010010111001101001101110011100111011001001010110110110 | efa6acefbd89eb8092e69b9cec95b6 |
UHC | 怜i뀒曜앶 | 11100111101100001010001111101001100001011000110011101000111110001001110111101001 | e7b0a3e9858ce8f89de9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)