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 | 愕???? | 100111001011000100111111001111110011111100111111 | 9cb13f3f3f3f |
EUC-JP | 愕??潚? | 1101100010110011001111110011111110001111110010001101101000111111 | d8b33f3f8fc8da3f |
UTF-8 | 愕롍렍潚롒 | 111001101000010010010101111010111010000110001101111010111010000010001101111001101011110110011010111010111010000110010010 | e68495eba18deba08de6bd9aeba192 |
UHC | 愕롍렍潚롒 | 11100100110000111000111011010011100011101010001111100010110110001000111011010111 | e4c38ed38ea3e2d88ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)