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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑜??楡? | 11100000111011110011111100111111100111101011111000111111 | e0ef3f3f9ebe3f |
EUC-JP | 瑜??楡? | 11100000111100010011111100111111110111001100000000111111 | e0f13f3fdcc03f |
UTF-8 | 瑜낅죰楡볿 | 111001111001000110011100111010111000001010000101111011001010001110110000111001101010010110100001111010111011001110111111 | e7919ceb8285eca3b0e6a5a1ebb3bf |
UHC | 瑜낅죰楡볿 | 11101011101001011000010111101011101000011000101111101010111110001001010001000010 | eba585eba18beaf89442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)