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 | ?權チ? | 001111111001111011011100100000110110000000111111 | 3f9edc83603f |
EUC-JP | ?權チ? | 001111111101110011011110101001011100000100111111 | 3fdcdea5c13f |
UTF-8 | 룶權チ룵 | 111010111010001110110110111001101010110010001010111000111000001110000001111010111010001110110101 | eba3b6e6ac8ae38381eba3b5 |
UHC | 룶權チ룵 | 1000111110101011110011111110110110101011110000011000111110101010 | 8fabcfedabc18faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)