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 | 쒋윣羚쒋 | 111011001001001010001011111011001001110010100011111011111010011010101111111011001001001010001011 | ec928bec9ca3efa6afec928b |
UHC | 쒋윣羚쒋 | 1001110011100010100111111010010011100111110001101001110011100010 | 9ce29fa4e7c69ce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)