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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闕サ轢ィ | 111010001000110110111011111001111000000010101000 | e88dbbe780a8 |
EUC-JP | 闕サ轢ィ | 1110111111101101100011101011101111101101111000001000111010101000 | efed8ebbede08ea8 |
UTF-8 | 闕サ轢ィ | 111010011001011110010101111011111011110110111011111010001011110110100010111011111011110110101000 | e99795efbdbbe8bda2efbda8 |
UHC | 闕?轢? | 110011111111010000111111110101011111100100111111 | cff43fd5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)