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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 捻섊퓡玲 | 111011111010011010100100111011001000010010001010111011011001001110100001111011111010011010101101 | efa6a4ec848aed93a1efa6ad |
UHC | 捻섊퓡玲 | 1110011011110111100110001110011110111111100010101110011110111111 | e6f798e7bf8ae7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)