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 | ú¶ä² | 11111010101101101110010010110010 | fab6e4b2 |
SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
EUC-JP | ú¶ä? | 100011111010101111100010101000101111100110001111101010111010001100111111 | 8fabe2a2f98faba33f |
UTF-8 | ú¶ä² | 1100001110111010110000101011011011000011101001001100001010110010 | c3bac2b6c3a4c2b2 |
UHC | ?¶?² | 001111111010001011010010001111111010100111110111 | 3fa2d23fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)