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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 陽穩哈^ | 10010111011110101110001001110010100110011111101101011110 | 977ae27299fb5e |
EUC-JP | 陽穩哈^ | 11001101110110111110001111010011110100101111110101011110 | cddbe3d3d2fd5e |
UTF-8 | 陽穩哈^ | 11101001100110011011110111100111101010011010100111100101100100111000100001011110 | e999bde7a9a9e593885e |
UHC | 陽穩哈^ | 11100101110101011110100010110001111110011110101101011110 | e5d5e8b1f9eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)