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 | 鬩ォ蜍滉 | 11101001101010011010101111100101100010111001111111100100 | e9a9abe58b9fe4 |
EUC-JP | 鬩ォ蜍滉 | 1111001010101011100011101010101111101001111010111101111011100110 | f2ab8eabe9ebdee6 |
UTF-8 | 鬩ォ蜍滉 | 111010011010110010101001111011111011110110101011111010001001110010001101111001101011101110001001 | e9aca9efbdabe89c8de6bb89 |
UHC | ???滉 | 0011111100111111001111111111110011010001 | 3f3f3ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)