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 | 繒?在戡?? | 111110111000111100111111100011011101110110011101010000010011111100111111 | fb8f3f8ddd9d413f3f |
EUC-JP | 繒?在戡?? | 10001111110101001101010000111111101110101101111111011001101000100011111100111111 | 8fd4d43fbadfd9a23f3f |
UTF-8 | 繒렑在戡렰렡 | 111001111011100110010010111010111010000010010001111001011001110010101000111001101000100010100001111010111010000010110000111010111010000010100001 | e7b992eba091e59ca8e688a1eba0b0eba0a1 |
UHC | 繒렑在戡렰렡 | 111100011111100110001110101001101110111010100100110010101111000110001110101111011000111010110010 | f1f98ea6eea4caf18ebd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)