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 | 夭c?爰? | 1001101011101110100000101000001100111111111000001010011100111111 | 9aee82833fe0a73f |
EUC-JP | 夭c?爰? | 1101010011110000101000111110001100111111111000001010100100111111 | d4f0a3e33fe0a93f |
UTF-8 | 夭c렗爰둆 | 111001011010010010101101111011111011110110000011111010111010000010010111111001111000100010110000111010111001000110000110 | e5a4adefbd83eba097e788b0eb9186 |
UHC | 夭c렗爰둆 | 11101000111011001010001111100011100011101010110011101010101110101000101001000010 | e8eca3e38eaceaba8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)