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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 騾醍坩轣ッ^ | 11101001100000001001000111100111100110101010111011100111100000011010111101011110 | e98091e79aaee781af5e |
EUC-JP | 騾醍坩轣ッ^ | 1111000111100000110000101110100111010100101100001110110111100001100011101010111101011110 | f1e0c2e9d4b0ede18eaf5e |
UTF-8 | 騾醍坩轣ッ^ | 11101001101010001011111011101001100001101000110111100101100111011010100111101000101111011010001111101111101111011010111101011110 | e9a8bee9868de59da9e8bda3efbdaf5e |
UHC | ?醍???^ | 00111111111100001011010100111111001111110011111101011110 | 3ff0b53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)