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 | 爰贍樟ヘ | 11100000101001111110011011010110100011111011111011001101 | e0a7e6d68fbecd |
EUC-JP | 爰贍樟ヘ | 1110000010101001111011001101100010111110110000001000111011001101 | e0a9ecd8bec08ecd |
UTF-8 | 爰贍樟ヘ | 111001111000100010110000111010001011010010001101111001101010100010011111111011111011111010001101 | e788b0e8b48de6a89fefbe8d |
UHC | 爰贍樟? | 11101010101110101110000011101011111011011110100100111111 | eabae0ebede93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)