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 | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 湿勺湿痔K | 100011101011110010001110110110011000111010111100100011101010010001001011 | 8ebc8ed98ebc8ea44b |
EUC-JP | 湿勺湿痔K | 101111001011111010111100110110111011110010111110101111001010011001001011 | bcbebcdbbcbebca64b |
UTF-8 | 湿勺湿痔K | 11100110101110011011111111100101100010111011101011100110101110011011111111100111100101111001010001001011 | e6b9bfe58bbae6b9bfe797944b |
UHC | ?勺?痔K | 00111111111011011100001100111111111101101100000001001011 | 3fedc33ff6c04b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)