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 | 枝蛟??禎? | 100011100111110111100101100000000011111100111111100100101111010100111111 | 8e7de5803f3f92f53f |
EUC-JP | 枝蛟??禎? | 101110111101111011101001111000000011111100111111110001001111011100111111 | bbdee9e03f3fc4f73f |
UTF-8 | 枝蛟렰렒禎렓 | 111001101001111010011101111010001001101110011111111010111010000010110000111010111010000010010010111001111010011010001110111010111010000010010011 | e69e9de89b9feba0b0eba092e7a68eeba093 |
UHC | 枝蛟렰렒禎렓 | 111100101010101111001110111100011000111010111101100011101010011111101111111011101000111010101000 | f2abcef18ebd8ea7efee8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)