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 | ?k???櫻 | 0011111110000010100010110011111100111111001111111001111101001110 | 3f828b3f3f3f9f4e |
EUC-JP | 渶k???櫻 | 10001111110001111110110110100011111010110011111100111111001111111101110110101111 | 8fc7eda3eb3f3f3fddaf |
UTF-8 | 渶k뎽痢뭒櫻 | 111001101011100010110110111011111011110110001011111010111000111010111101111011111010011110100101111010111010110110010010111001101010101110111011 | e6b8b6efbd8beb8ebdefa7a5ebad92e6abbb |
UHC | 渶k뎽痢뭒櫻 | 111001111011011110100011111010111000100110010000111011001011100010010010010110101110010110100001 | e7b7a3eb8990ecb8925ae5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)