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 | ëã´æ£ | 111010111110001110110100111001101010001110010101 | ebe3b4e6a395 |
SJIS-WIN | ??´?£? | 0011111100111111100000010100110000111111100000011001001000111111 | 3f3f814c3f81923f |
EUC-JP | ëã´æ£? | 1000111110101011101100111000111110101011101010101010000110101101100011111010100111000001101000011111001000111111 | 8fabb38fabaaa1ad8fa9c1a1f23f |
UTF-8 | ëã´æ£ | 110000111010101111000011101000111100001010110100110000111010011011000010101000111100001010010101 | c3abc3a3c2b4c3a6c2a3c295 |
UHC | ??´æ?? | 0011111100111111101000101010010110101001101000010011111100111111 | 3f3fa2a5a9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)