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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?宿^ | 00111111100011110110100001011110 | 3f8f685e |
EUC-JP | ?宿^ | 00111111101111011100100101011110 | 3fbdc95e |
UTF-8 | 띞宿^ | 11101011100111011001111011100101101011101011111101011110 | eb9d9ee5aebf5e |
UHC | 띞宿^ | 1000110111010100111000101101011001011110 | 8dd4e2d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)