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 | 隘、驕はォ | 11101000101001011010010011101001100000011000001011001101111100111110100010101011 | e8a5a4e98182cdf3e8ab |
EUC-JP | 隘、驕は?ォ | 1111000010100111100011101010010011110001111000011010010011001111001111111000111010101011 | f0a78ea4f1e1a4cf3f8eab |
UTF-8 | 隘、驕はォ | 111010011001101010011000111011111011110110100100111010011010100110010101111000111000000110101111111011101000101110011011111011111011110110101011 | e99a98efbda4e9a995e381afee8b9befbdab |
UHC | 隘?驕は?? | 111001001111011000111111110011101111011010101010110011110011111100111111 | e4f63fcef6aacf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)