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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 柚陌劍B | 10010111010011011110100010011001100110011001100001000010 | 974de899999842 |
EUC-JP | 柚陌劍B | 11001101101011101110111111111001110100011111100001000010 | cdaeeff9d1f842 |
UTF-8 | 柚陌劍B | 11100110100111111001101011101001100110011000110011100101100010101000110101000010 | e69f9ae9998ce58a8d42 |
UHC | 柚陌劍B | 11101010111101101101100011101000110010111111110001000010 | eaf6d8e8cbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)