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 | 諸?廓堤耿? | 10001111100101000011111110001010011001101001001011100111111000111101010000111111 | 8f943f8a6692e7e3d43f |
EUC-JP | 諸?廓堤耿? | 10111101111101000011111110110011110001111100010011101001111001101101011000111111 | bdf43fb3c7c4e9e6d63f |
UTF-8 | 諸멱廓堤耿렠 | 111010001010101110111000111010111010100110110001111001011011101110010011111001011010000010100100111010001000000010111111111010111010000010100000 | e8abb8eba9b1e5bb93e5a0a4e880bfeba0a0 |
UHC | 諸멱廓堤耿렠 | 111100001011001110111000111010001100111010101001111100001010011111001100111010101000111010110001 | f0b3b8e8cea9f0a7ccea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)