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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 枝校?箏 | 10001110011111011000110101011010001111111110001010110101 | 8e7d8d5a3fe2b5 |
EUC-JP | 枝校?箏 | 10111011110111101011100110111011001111111110010010110111 | bbdeb9bb3fe4b7 |
UTF-8 | 枝校벳箏 | 111001101001111010011101111001101010000010100001111010111011001010110011111001111010111010001111 | e69e9de6a0a1ebb2b3e7ae8f |
UHC | 枝校벳箏 | 1111001010101011110011101110100010111010101010101110111010110100 | f2abcee8baaaeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)