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 | ???SBF | 001111110011111100111111010100110100001001000110 | 3f3f3f534246 |
SJIS-WIN | 諱≫dSBF | 111001101000000110000001111000101000001010000100010100110100001001000110 | e68181e28284534246 |
EUC-JP | 諱≫dSBF | 111010111110000110100010111001001010001111100100010100110100001001000110 | ebe1a2e4a3e4534246 |
UTF-8 | 諱≫dSBF | 111010001010101110110001111000101000100110101011111011111011110110000100010100110100001001000110 | e8abb1e289abefbd84534246 |
UHC | 諱≫dSBF | 111111011100100110100001111011011010001111100100010100110100001001000110 | fdc9a1eda3e4534246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)