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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荐ワ週扈 | 1110010010100110100000111000111110001111010101001110011110111011 | e4a6838f8f54e7bb |
EUC-JP | 荐ワ週扈 | 1110100010101000101001011110111110111101101101011110111010111101 | e8a8a5efbdb5eebd |
UTF-8 | 荐ワ週扈 | 111010001000110110010000111000111000001110101111111010011000000010110001111001101000100110001000 | e88d90e383afe980b1e68988 |
UHC | ?ワ週扈 | 00111111101010111110111111110001110011101111101111000011 | 3fabeff1cefbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)