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 | �?? | 1110100010100011001111110011111100111111 | e8a33f3f3f |
SJIS-WIN | ?£-蹕押 | 001111111000000110010010100000010111110011100111010010101000100110011111 | 3f8192817ce74a899f |
EUC-JP | è£−蹕押 | 1000111110101011101100101010000111110010101000011101110111101101101010111011001010100001 | 8fabb2a1f2a1ddedabb2a1 |
UTF-8 | è£−蹕押 | 11000011101010001100001010100011111000101000100010010010111010001011100110010101111001101000101010111100 | c3a8c2a3e28892e8b995e68abc |
UHC | ????押 | 001111110011111100111111001111111110010011100011 | 3f3f3f3fe4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)