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 | 要??逸? | 10010111011101100011111100111111100010001110110100111111 | 97763f3f88ed3f |
EUC-JP | 要??逸? | 11001101110101110011111100111111101100001110111100111111 | cdd73f3fb0ef3f |
UTF-8 | 要쏅끁逸튎 | 111010001010011010000001111011001000111110000101111010111000000110000001111010011000000010111000111011011000101010001110 | e8a681ec8f85eb8181e980b8ed8a8e |
UHC | 要쏅끁逸튎 | 11101001101010011001101111101011100001011011011111101100111011111011101001000010 | e9a99beb85b7ecefba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)