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 | 諞ょーィ | 111001101000011010000010111001011011000010101000 | e68682e5b0a8 |
EUC-JP | 諞ょーィ | 1110101111100110101001001110011110001110101100001000111010101000 | ebe6a4e78eb08ea8 |
UTF-8 | 諞ょーィ | 111010001010101110011110111000111000001010000111111011111011110110110000111011111011110110101000 | e8ab9ee38287efbdb0efbda8 |
UHC | ?ょ?? | 0011111110101010111001110011111100111111 | 3faae73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)