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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 旋鴦旋銑B | 100100001111100111101001111100011001000011111001100100010100110001000010 | 90f9e9f190f9914c42 |
EUC-JP | 旋鴦旋銑B | 110000001111101111110010111100111100000011111011110000011010110101000010 | c0fbf2f3c0fbc1ad42 |
UTF-8 | 旋鴦旋銑B | 11100110100101111000101111101001101101001010011011100110100101111000101111101001100010101001000101000010 | e6978be9b4a6e6978be98a9142 |
UHC | 旋鴦旋銑B | 111000001100000111100100111011001110000011000001111000001101010101000010 | e0c1e4ece0c1e0d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)