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 | 叱湘オ | 11110100101001011000111010110110100011111100001110110101 | f4a58eb68fc3b5 |
EUC-JP | ?叱湘オ | 00111111101111001011100010111110110001011000111010110101 | 3fbcb8bec58eb5 |
UTF-8 | 叱湘オ | 111011101000110110010100111001011000111110110001111001101011100110011000111011111011110110110101 | ee8d94e58fb1e6b998efbdb5 |
UHC | ?叱湘? | 001111111111001011101010110111111100111100111111 | 3ff2eadfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)