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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | 禎???瀞?a | 100100101111010100111111001111110011111110010011110100100011111101100001 | 92f53f3f3f93d23f61 |
EUC-JP | 禎???瀞?a | 110001001111011100111111001111110011111111000110110101000011111101100001 | c4f73f3f3fc6d43f61 |
UTF-8 | 禎쇰렟렫瀞렚a | 11100111101001101000111011101100100001111011000011101011101000001001111111101011101000001010101111100111100000001001111011101011101000001001101001100001 | e7a68eec87b0eba09feba0abe7809eeba09a61 |
UHC | 禎쇰렟렫瀞렚a | 11101111111011101011110011101011100011101011000010001110101110011110111111100111100011101010110101100001 | efeebceb8eb08eb9efe78ead61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)