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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 湿蔀湿質k | 100011101011110010001110110000011000111010111100100011101011111101101011 | 8ebc8ec18ebc8ebf6b |
EUC-JP | 湿蔀湿質k | 101111001011111010111100110000111011110010111110101111001100000101101011 | bcbebcc3bcbebcc16b |
UTF-8 | 湿蔀湿質k | 11100110101110011011111111101000100101001000000011100110101110011011111111101000101100111010101001101011 | e6b9bfe89480e6b9bfe8b3aa6b |
UHC | ???質k | 001111110011111100111111111100101111010101101011 | 3f3f3ff2f56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)