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 | 再??瓏?? | 1000110111000100001111110011111111100000111110100011111100111111 | 8dc43f3fe0fa3f3f |
EUC-JP | 再??瓏?? | 1011101011000110001111110011111111100000111111000011111100111111 | bac63f3fe0fc3f3f |
UTF-8 | 再몃렞瓏렡렩 | 111001011000011010001101111010111010101010000011111010111010000010011110111001111001001110001111111010111010000010100001111010111010000010101001 | e5868debaa83eba09ee7938feba0a1eba0a9 |
UHC | 再몃렞瓏렡렩 | 111011101010001010111000111010111000111010101111110101101110101010001110101100101000111010110111 | eea2b8eb8eafd6ea8eb28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)