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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 璵??璵??^ | 1000111111001100111001100011111100111111100011111100110011100110001111110011111101011110 | 8fcce63f3f8fcce63f3f5e |
UTF-8 | 璵뜉댖璵뜉댖^ | 11100111100100101011010111101011100111001000100111101011100011001001011011100111100100101011010111101011100111001000100111101011100011001001011001011110 | e792b5eb9c89eb8c96e792b5eb9c89eb8c965e |
UHC | 璵뜉댖璵뜉댖^ | 11100110101001011000110110001100100010001011101011100110101001011000110110001100100010001011101001011110 | e6a58d8c88bae6a58d8c88ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)