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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???電 | 0011111100111111001111111001001101100100 | 3f3f3f9364 |
EUC-JP | ???電 | 0011111100111111001111111100010111000101 | 3f3f3fc5c5 |
UTF-8 | 룶괄룫電 | 111010111010001110110110111010101011010010000100111010111010001110101011111010011001101110111011 | eba3b6eab484eba3abe99bbb |
UHC | 룶괄룫電 | 1000111110101011101100001111110110001111101000101110111110110011 | 8fabb0fd8fa2efb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)