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 | 隘ソ蜊ィ陝ャ | 111010001010010110111111111001011000110110101000111010001001111110101100 | e8a5bfe58da8e89fac |
EUC-JP | 隘ソ蜊ィ陝ャ | 111100001010011110001110101111111110100111101101100011101010100011110000101000011000111010101100 | f0a78ebfe9ed8ea8f0a18eac |
UTF-8 | 隘ソ蜊ィ陝ャ | 111010011001101010011000111011111011110110111111111010001001110010001010111011111011110110101000111010011001100110011101111011111011110110101100 | e99a98efbdbfe89c8aefbda8e9999defbdac |
UHC | 隘???陝? | 1110010011110110001111110011111100111111111000001110110100111111 | e4f63f3f3fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)