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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 腋雁寛 | 111000111111110010001010111001011000101010110000 | e3fc8ae58ab0 |
EUC-JP | 腋雁寛 | 111001101111111010110100111001111011010010110010 | e6feb4e7b4b2 |
UTF-8 | 腋雁寛 | 111010001000010110001011111010011001101110000001111001011010111110011011 | e8858be99b81e5af9b |
UHC | 腋雁? | 1110010011111101111001001101001000111111 | e4fde4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)