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 | 100110001101000000111111001111110011111101000010 | 98d03f3f3f42 |
EUC-JP | 侑???B | 110100001101001000111111001111110011111101000010 | d0d23f3f3f42 |
UTF-8 | 侑꿴렟렒B | 11100100101111101001000111101010101111111011010011101011101000001001111111101011101000001001001001000010 | e4be91eabfb4eba09feba09242 |
UHC | 侑꿴렟렒B | 111010101110001010110010111010011000111010110000100011101010011101000010 | eae2b2e98eb08ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)