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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 禎???瀞?\ | 100100101111010100111111001111110011111110010011110100100011111101011100 | 92f53f3f3f93d23f5c |
EUC-JP | 禎?饔?瀞?\ | 1100010011110111001111111000111111101000111011110011111111000110110101000011111101011100 | c4f73f8fe8ef3fc6d43f5c |
UTF-8 | 禎렓饔렧瀞렚\ | 11100111101001101000111011101011101000001001001111101001101001011001010011101011101000001010011111100111100000001001111011101011101000001001101001011100 | e7a68eeba093e9a594eba0a7e7809eeba09a5c |
UHC | 禎렓饔렧瀞렚\ | 11101111111011101000111010101000111010001011110110001110101101101110111111100111100011101010110101011100 | efee8ea8e8bd8eb6efe78ead5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)