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 | モ。瞞ラ矮チ | 1101001110100001111000011101010011010111111000011110001011000001 | d3a1e1d4d7e1e2c1 |
EUC-JP | モ。瞞ラ矮チ | 100011101101001110001110101000011110001011010110100011101101011111100010111001001000111011000001 | 8ed38ea1e2d68ed7e2e48ec1 |
UTF-8 | モ。瞞ラ矮チ | 111011111011111010010011111011111011110110100001111001111001111010011110111011111011111010010111111001111001111110101110111011111011111010000001 | efbe93efbda1e79e9eefbe97e79faeefbe81 |
UHC | ??瞞?矮? | 0011111100111111110110001011111000111111111010001110000100111111 | 3f3fd8be3fe8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)