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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将ウ。爐 | 1000111110101011101100111010000111100000101000101111100011101101 | 8fabb3a1e0a2f8ed |
EUC-JP | 将ウ。爐? | 101111101010110110001110101100111000111010100001111000001010010000111111 | bead8eb38ea1e0a43f |
UTF-8 | 将ウ。爐 | 111001011011000010000110111011111011110110110011111011111011110110100001111001111000100010010000111011101001101010001100 | e5b086efbdb3efbda1e78890ee9a8c |
UHC | ???爐? | 001111110011111100111111110101101101001100111111 | 3f3f3fd6d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)