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 | 籖籖鬻犲 | 1110001011011101111000101101110111100010111101101110000010111010 | e2dde2dde2f6e0ba |
EUC-JP | 籖籖鬻犲 | 1110010011011111111001001101111111100100111110001110000010111100 | e4dfe4dfe4f8e0bc |
UTF-8 | 籖籖鬻犲 | 111001111011000110010110111001111011000110010110111010011010110010111011111001111000101010110010 | e7b196e7b196e9acbbe78ab2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)