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 | 縞?こ | 1000111011001000001111111000001010110001 | 8ec83f82b1 |
EUC-JP | 縞?こ | 1011110011001010001111111010010010110011 | bcca3fa4b3 |
UTF-8 | 縞덜こ | 111001111011100010011110111010111000110110011100111000111000000110010011 | e7b89eeb8d9ce38193 |
UHC | 縞덜こ | 111110111101011010110100111110101010101010110011 | fbd6b4faaab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)