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 | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
SJIS-WIN | 淨?醍???A | 100111111100010000111111100100011110011100111111001111110011111101000001 | 9fc43f91e73f3f3f41 |
EUC-JP | 淨?醍???A | 110111101100011000111111110000101110100100111111001111110011111101000001 | dec63fc2e93f3f3f41 |
UTF-8 | 淨렠醍닿렧렢A | 11100110101101111010100011101011101000001010000011101001100001101000110111101011100010111011111111101011101000001010011111101011101000001010001001000001 | e6b7a8eba0a0e9868deb8bbfeba0a7eba0a241 |
UHC | 淨렠醍닿렧렢A | 11101111111001001000111010110001111100001011010110110100111010101000111010110110100011101011001101000001 | efe48eb1f0b5b4ea8eb68eb341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)