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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 円??押 | 100010010111111000111111001111111000100110011111 | 897e3f3f899f |
EUC-JP | 円??押 | 101100011101111100111111001111111011001010100001 | b1df3f3fb2a1 |
UTF-8 | 円노뼭押 | 111001011000011010000110111010111000010110111000111010111011110010101101111001101000101010111100 | e58686eb85b8ebbcade68abc |
UHC | 円노뼭押 | 1110010111110111101100111110101110010110101100001110010011100011 | e5f7b3eb96b0e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)