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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譎凩譎几^ | 111001101001100110011001011111011110011010011001100110010111101101011110 | e699997de699997b5e |
EUC-JP | 譎凩譎几^ | 111010111111100111010001110111101110101111111001110100011101110001011110 | ebf9d1deebf9d1dc5e |
UTF-8 | 譎凩譎几^ | 11101000101011011000111011100101100001111010100111101000101011011000111011100101100001111010000001011110 | e8ad8ee587a9e8ad8ee587a05e |
UHC | 譎?譎?^ | 11111101110100100011111111111101110100100011111101011110 | fdd23ffdd23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)