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 | 00111111100011111100111000111111100011111100111001000010 | 3f8fce3f8fce42 |
EUC-JP | 堧笑堧笑B | 1000111110111000101010001011111011010000100011111011100010101000101111101101000001000010 | 8fb8a8bed08fb8a8bed042 |
UTF-8 | 堧笑堧笑B | 11100101101000001010011111100111101011001001000111100101101000001010011111100111101011001001000101000010 | e5a0a7e7ac91e5a0a7e7ac9142 |
UHC | 堧笑堧笑B | 111001101100000011100001110001011110011011000000111000011100010101000010 | e6c0e1c5e6c0e1c542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)