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 | ???懊 | 0011111100111111001111111001110011100011 | 3f3f3f9ce3 |
EUC-JP | ???懊 | 0011111100111111001111111101100011100101 | 3f3f3fd8e5 |
UTF-8 | 琉볩쩃懊 | 111011111010011110001100111010111011001110101001111011001010100110000011111001101000011110001010 | efa78cebb3a9eca983e6878a |
UHC | 琉볩쩃懊 | 1110101110100100100100111110111110100100100111011110011111111000 | eba493efa49de7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)