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 | 鍾ケト | 10001111110111111011100111000100 | 8fdfb9c4 |
EUC-JP | 鍾ケト | 101111101110000110001110101110011000111011000100 | bee18eb98ec4 |
UTF-8 | 鍾ケト | 111010011000110110111110111011111011110110111001111011111011111010000100 | e98dbeefbdb9efbe84 |
UHC | 鍾?? | 11110001101000110011111100111111 | f1a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)