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 | 重?骸? | 100011110110010000111111100010100101101100111111 | 8f643f8a5b3f |
EUC-JP | 重?骸? | 101111011100010100111111101100111011110000111111 | bdc53fb3bc3f |
UTF-8 | 重렖骸렎 | 111010011000011110001101111010111010000010010110111010011010101010111000111010111010000010001110 | e9878deba096e9aab8eba08e |
UHC | 重렖骸렎 | 1111000111101100100011101010101111111010101101011000111010100100 | f1ec8eabfab58ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)