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 | ??¤??? | 001111110011111110100100001111110011111100111111 | 3f3fa43f3f3f |
SJIS-WIN | ???∫?? | 00111111001111110011111110000001111001110011111100111111 | 3f3f3f81e73f3f |
EUC-JP | ??¤∫?軀 | 0011111100111111100011111010001011110000101000101110100100111111100011111110000011010100 | 3f3f8fa2f0a2e93f8fe0d4 |
UTF-8 | 룶콓¤∫룴軀 | 1110101110100011101101101110110010111101100100111100001010100100111000101000100010101011111010111010001110110100111010001011101110000000 | eba3b6ecbd93c2a4e288abeba3b4e8bb80 |
UHC | 룶콓¤∫룴軀 | 100011111010101110110001100011111010001010110100101000011111001010001111101010011100111111000110 | 8fabb18fa2b4a1f28fa9cfc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)