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 | 輨 | 1110100010111100100011101010100010001110 | e8bc8ea88e |
SJIS-WIN | ???¨? | 001111110011111100111111100000010100111000111111 | 3f3f3f814e3f |
EUC-JP | è??¨? | 1000111110101011101100100011111100111111101000011010111100111111 | 8fabb23f3fa1af3f |
UTF-8 | 輨 | 11000011101010001100001010111100110000101000111011000010101010001100001010001110 | c3a8c2bcc28ec2a8c28e |
UHC | ?¼?¨? | 00111111101010001111100100111111101000011010011100111111 | 3fa8f93fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)