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 | 錵埼;裝 | 1110100001000101100011011110100110000001010001111110010111100100 | e8458de98147e5e4 |
EUC-JP | 錵埼;裝 | 1110111110100110101110101110101110100001101010001110101011100110 | efa6baeba1a8eae6 |
UTF-8 | 錵埼;裝 | 111010011000110010110101111001011001111110111100111011111011110010011011111010001010001110011101 | e98cb5e59fbcefbc9be8a39d |
UHC | ?埼;裝 | 00111111110100001111001010100011101110111110110111111011 | 3fd0f2a3bbedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)