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 | ??ご?? | 001111110011111110000010101100100011111100111111 | 3f3f82b23f3f |
EUC-JP | ??ご?珹 | 0011111100111111101001001011010000111111100011111100101111111011 | 3f3fa4b43f8fcbfb |
UTF-8 | 룶쾹ご룵珹 | 111010111010001110110110111011001011111010111001111000111000000110010100111010111010001110110101111001111000111110111001 | eba3b6ecbeb9e38194eba3b5e78fb9 |
UHC | 룶쾹ご룵珹 | 10001111101010111011001010001111101010101011010010001111101010101110000011111011 | 8fabb28faab48faae0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)