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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???爰? | 001111110011111100111111111000001010011100111111 | 3f3f3fe0a73f |
EUC-JP | 縯??爰? | 1000111111010100110010110011111100111111111000001010100100111111 | 8fd4cb3f3fe0a93f |
UTF-8 | 縯롫㈀爰딀 | 111001111011100010101111111010111010000110101011111000111000100010000000111001111000100010110000111010111001010010000000 | e7b8afeba1abe38880e788b0eb9480 |
UHC | 縯롫㈀爰딀 | 11100110111000001000111011101011101010011011000111101010101110101000101011100110 | e6e08eeba9b1eaba8ae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)