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 | 鴣鶸\ | 11101001101101001010001111101001101101101011100001011100 | e9b4a3e9b6b85c |
SJIS-WIN | ?´£?¶?\ | 00111111100000010100110010000001100100100011111110000001111101110011111101011100 | 3f814c81923f81f73f5c |
EUC-JP | 鴣鶸\ | 10001111101010111011000110100001101011011010000111110010100011111010101110110001101000101111100110001111101000101011000101011100 | 8fabb1a1ada1f28fabb1a2f98fa2b15c |
UTF-8 | 鴣鶸\ | 11000011101010011100001010110100110000101010001111000011101010011100001010110110110000101011100001011100 | c3a9c2b4c2a3c3a9c2b6c2b85c |
UHC | ?´??¶¸\ | 00111111101000101010010100111111001111111010001011010010101000101010110001011100 | 3fa2a53f3fa2d2a2ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)