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 | 鶯ú¤² | 111010011011011010101111111110101010010010110010 | e9b6affaa4b2 |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | 鶯ú¤? | 100011111010101110110001101000101111100110001111101000101011010010001111101010111110001010001111101000101111000000111111 | 8fabb1a2f98fa2b48fabe28fa2f03f |
UTF-8 | 鶯ú¤² | 110000111010100111000010101101101100001010101111110000111011101011000010101001001100001010110010 | c3a9c2b6c2afc3bac2a4c2b2 |
UHC | ?¶??¤² | 001111111010001011010010001111110011111110100010101101001010100111110111 | 3fa2d23f3fa2b4a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)