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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 逅・L逅・L^ | 111001111001000010100101010011001110011110010000101001010100110001011110 | e790a54ce790a54c5e |
EUC-JP | 逅・L逅・L^ | 1110110111110000100011101010010101001100111011011111000010001110101001010100110001011110 | edf08ea54cedf08ea54c5e |
UTF-8 | 逅・L逅・L^ | 111010011000000010000101111011111011110110100101010011001110100110000000100001011110111110111101101001010100110001011110 | e98085efbda54ce98085efbda54c5e |
UHC | 逅?L逅?L^ | 111111011011000100111111010011001111110110110001001111110100110001011110 | fdb13f4cfdb13f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)