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 | �?? | 1110011010100111001111110011111100111111 | e6a73f3f3f |
SJIS-WIN | ?§$蹕押 | 001111111000000110011000100000011001000011100111010010101000100110011111 | 3f81988190e74a899f |
EUC-JP | æ§$蹕押 | 1000111110101001110000011010000111111000101000011111000011101101101010111011001010100001 | 8fa9c1a1f8a1f0edabb2a1 |
UTF-8 | æ§$蹕押 | 11000011101001101100001010100111111011111011110010000100111010001011100110010101111001101000101010111100 | c3a6c2a7efbc84e8b995e68abc |
UHC | æ§$?押 | 101010011010000110100001110101111010001110100100001111111110010011100011 | a9a1a1d7a3a43fe4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)