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 | 正峰???正 | 100100001011001110010101111101000011111100111111001111111001000010110011 | 90b395f43f3f3f90b3 |
EUC-JP | 正峰?醬?正 | 1100000010110101110010101111011000111111100011111110001011110011001111111100000010110101 | c0b5caf63f8fe2f33fc0b5 |
UTF-8 | 正峰썽醬렏正 | 111001101010110110100011111001011011001110110000111011001000110110111101111010011000011010101100111010111010000010001111111001101010110110100011 | e6ada3e5b3b0ec8dbde986aceba08fe6ada3 |
UHC | 正峰썽醬렏正 | 111011111110000111011100111010001011110111101001111011011111110110001110101001011110111111100001 | efe1dce8bde9edfd8ea5efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)