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 | ???瑜? | 001111110011111100111111111000001110111100111111 | 3f3f3fe0ef3f |
EUC-JP | ???瑜? | 001111110011111100111111111000001111000100111111 | 3f3f3fe0f13f |
UTF-8 | 樂⑴탢瑜똁 | 111011111010011010111111111000101001000110110100111011011000001110100010111001111001000110011100111010111001100010000001 | efa6bfe291b4ed83a2e7919ceb9881 |
UHC | 樂⑴탢瑜똁 | 11101000111110011010100111100111101101011000010111101011101001011000110001000010 | e8f9a9e7b585eba58c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)