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 | 諸?廓漬?? | 100011111001010000111111100010100110011010010010110100000011111100111111 | 8f943f8a6692d03f3f |
EUC-JP | 諸?廓漬?? | 101111011111010000111111101100111100011111000100110100100011111100111111 | bdf43fb3c7c4d23f3f |
UTF-8 | 諸계廓漬쇨렠 | 111010001010101110111000111010101011001110000100111001011011101110010011111001101011110010101100111011001000011110101000111010111010000010100000 | e8abb8eab384e5bb93e6bcacec87a8eba0a0 |
UHC | 諸계廓漬쇨렠 | 111100001011001110110000111010001100111010101001111100101011000010111100111010101000111010110001 | f0b3b0e8cea9f2b0bcea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)