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 | 憶??魏?? | 1000100110101111001111110011111111101001101100000011111100111111 | 89af3f3fe9b03f3f |
EUC-JP | 憶??魏?? | 1011001010110001001111110011111111110010101100100011111100111111 | b2b13f3ff2b23f3f |
UTF-8 | 憶귣뿦魏잞쬂 | 111001101000011010110110111010101011011110100011111010111011111110100110111010011010110110001111111011001001111010011110111011001010110010000010 | e686b6eab7a3ebbfa6e9ad8fec9e9eecac82 |
UHC | 憶귣뿦魏잞쬂 | 111001011110001110000010111010111001011110100110111010101110000010011111111011111010011010011001 | e5e382eb97a6eae09fefa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)