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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襍ヲ陋⑳謐ィ | 11101000101101011010011011101000100110111000011101010011111001101000110110101000 | e8b5a6e89b8753e68da8 |
EUC-JP | 襍ヲ陋?謐ィ | 1111000010110111100011101010011011101111111110110011111111101011111011011000111010101000 | f0b78ea6effb3febed8ea8 |
UTF-8 | 襍ヲ陋⑳謐ィ | 111010001010010110001101111011111011110110100110111010011001100110001011111000101001000110110011111010001010110010010000111011111011110110101000 | e8a58defbda6e9998be291b3e8ac90efbda8 |
UHC | ??陋?謐? | 0011111100111111110101111011000000111111110110101100110100111111 | 3f3fd7b03fdacd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)