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 | 奪族続棚 | 1001001001000100100100011011000010010001101100011001001001001001 | 924491b091b19249 |
EUC-JP | 奪族続棚 | 1100001110100101110000101011001011000010101100111100001110101010 | c3a5c2b2c2b3c3aa |
UTF-8 | 奪族続棚 | 111001011010010110101010111001101001011110001111111001111011011010011010111001101010001110011010 | e5a5aae6978fe7b69ae6a39a |
UHC | 奪族?棚 | 11110111101011001111000011101001001111111101110111011100 | f7acf0e93fdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)