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 | 羣癶瀋噎 | 1110001110111000111000011010000011100000011000111001101001111000 | e3b8e1a0e0639a78 |
EUC-JP | 羣癶瀋噎 | 1110011010111010111000101010001011011111110001001101001111011001 | e6bae2a2dfc4d3d9 |
UTF-8 | 羣癶瀋噎 | 111001111011111010100011111001111001100110110110111001111000000010001011111001011001100110001110 | e7bea3e799b6e7808be5998e |
UHC | ??瀋? | 0011111100111111111001001010001100111111 | 3f3fe4a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)