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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋻冗イウ | 111110111101100110001111111001111011001010110011 | fbd98fe7b2b3 |
EUC-JP | 鋻冗イウ | 100011111110010011010001101111101110100110001110101100101000111010110011 | 8fe4d1bee98eb28eb3 |
UTF-8 | 鋻冗イウ | 111010011000101110111011111001011000011010010111111011111011110110110010111011111011110110110011 | e98bbbe58697efbdb2efbdb3 |
UHC | ?冗?? | 0011111111101001101101110011111100111111 | 3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)