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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??1節ч? | 001111110011111110000010010100001001000011011111100001001000100100111111 | 3f3f825090df84893f |
EUC-JP | ??1節ч? | 001111110011111110100011101100011100000011100001101001111110100100111111 | 3f3fa3b1c0e1a7e93f |
UTF-8 | 溫뽩1節ч썒 | 1110011010111010101010111110101110111101101010011110111110111100100100011110011110101111100000001101000110000111111011001000110110010010 | e6baabebbda9efbc91e7af80d187ec8d92 |
UHC | 溫뽩1節ч썒 | 111010001010111010010110111001011010001110110001111011111011110110101100111010011001101110000101 | e8ae96e5a3b1efbdace99b85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)