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 | ??[??V | 001111110011111101011011001111110011111101010110 | 3f3f5b3f3f56 |
SJIS-WIN | 嶸ィ[嶸。V | 1111101010110100101010000101101111111010101101001010000101010110 | fab4a85bfab4a156 |
EUC-JP | 嶸ィ[嶸。V | 100011111011101111110100100011101010100001011011100011111011101111110100100011101010000101010110 | 8fbbf48ea85b8fbbf48ea156 |
UTF-8 | 嶸ィ[嶸。V | 1110010110110110101110001110111110111101101010000101101111100101101101101011100011101111101111011010000101010110 | e5b6b8efbda85be5b6b8efbda156 |
UHC | 嶸?[嶸?V | 1110011110101110001111110101101111100111101011100011111101010110 | e7ae3f5be7ae3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)