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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嫉霎「霏ィ | 11110001111101101000111010111001111010001011111010100010111010001100000010101000 | f1f68eb9e8bea2e8c0a8 |
EUC-JP | ?嫉霎「霏ィ | 0011111110111100101110111111000011000000100011101010001011110000110000101000111010101000 | 3fbcbbf0c08ea2f0c28ea8 |
UTF-8 | 嫉霎「霏ィ | 111011101000010110110001111001011010101110001001111010011001110010001110111011111011110110100010111010011001110010001111111011111011110110101000 | ee85b1e5ab89e99c8eefbda2e99c8fefbda8 |
UHC | ?嫉???? | 00111111111100101110110000111111001111110011111100111111 | 3ff2ec3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)