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 | 畯?知??? | 1111101101101111001111111001001001101101001111110011111100111111 | fb6f3f926d3f3f3f |
EUC-JP | 畯?知??? | 100011111100110110111011001111111100001111001110001111110011111100111111 | 8fcdbb3fc3ce3f3f3f |
UTF-8 | 畯렰知뀜렰렱 | 111001111001010110101111111010111010000010110000111001111001111110100101111010111000000010011100111010111010000010110000111010111010000010110001 | e795afeba0b0e79fa5eb809ceba0b0eba0b1 |
UHC | 畯렰知뀜렰렱 | 111100011110000110001110101111011111001010110001101100101111000110001110101111011000111010111110 | f1e18ebdf2b1b2f18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)