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 | 迯サ逕樒庶 | 111001111000110110111011111001111001010010011110111001111000111110001110 | e78dbbe7949ee78f8e |
EUC-JP | 迯サ逕樒庶 | 11101101111011011000111010111011111011011111010011011100111010011011110111101110 | eded8ebbedf4dce9bdee |
UTF-8 | 迯サ逕樒庶 | 111010001011111110101111111011111011110110111011111010011000000010010101111001101010100010010010111001011011101010110110 | e8bfafefbdbbe98095e6a892e5bab6 |
UHC | ??逕?庶 | 00111111001111111100110011101111001111111101111111101110 | 3f3fccef3fdfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)