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 | 癲??瑜? | 11100001100111110011111100111111111000001110111100111111 | e19f3f3fe0ef3f |
EUC-JP | 癲??瑜? | 11100010101000010011111100111111111000001111000100111111 | e2a13f3fe0f13f |
UTF-8 | 癲띾끆瑜퀯 | 111001111001100110110010111010111001110110111110111010111000000110000110111001111001000110011100111011011000000010101111 | e799b2eb9dbeeb8186e7919ced80af |
UHC | 癲띾끆瑜퀯 | 11101111101001101000110111101011100001011011101011101011101001011011010001000010 | efa68deb85baeba5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)