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 | ??¤??^ | 001111110011111110100100001111110011111101011110 | 3f3fa43f3f5e |
SJIS-WIN | ????接^ | 00111111001111110011111100111111100100001101101001011110 | 3f3f3f3f90da5e |
EUC-JP | ??¤?接^ | 001111110011111110001111101000101111000000111111110000001101110001011110 | 3f3f8fa2f03fc0dc5e |
UTF-8 | 룶콓¤룫接^ | 111010111010001110110110111011001011110110010011110000101010010011101011101000111010101111100110100011101010010101011110 | eba3b6ecbd93c2a4eba3abe68ea55e |
UHC | 룶콓¤룫接^ | 1000111110101011101100011000111110100010101101001000111110100010111011111100100001011110 | 8fabb18fa2b48fa2efc85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)