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 | 悠?7 | 1001011101001001001111111000001001010110 | 97493f8256 |
EUC-JP | 悠?7 | 1100110110101010001111111010001110110111 | cdaa3fa3b7 |
UTF-8 | 悠묐7 | 111001101000001010100000111010111010110010010000111011111011110010010111 | e682a0ebac90efbc97 |
UHC | 悠묐7 | 111010101110110110010001111010111010001110110111 | eaed91eba3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)