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 | 畯?莊??? | 1111101101101111001111111110010010110101001111110011111100111111 | fb6f3fe4b53f3f3f |
EUC-JP | 畯?莊?獐? | 1000111111001101101110110011111111101000101101110011111110001111110010111011101000111111 | 8fcdbb3fe8b73f8fcbba3f |
UTF-8 | 畯렜莊렱獐렠 | 111001111001010110101111111010111010000010011100111010001000111010001010111010111010000010110001111001111000110110010000111010111010000010100000 | e795afeba09ce88e8aeba0b1e78d90eba0a0 |
UHC | 畯렜莊렱獐렠 | 111100011110000110001110101011101110110111110110100011101011111011101101111011111000111010110001 | f1e18eaeedf68ebeedef8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)