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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?艙? | 00111111111001000111100100111111 | 3fe4793f |
EUC-JP | ?艙? | 00111111111001111101101000111111 | 3fe7da3f |
UTF-8 | 뤖艙숭 | 111010111010010010010110111010001000100110011001111011001000100010101101 | eba496e88999ec88ad |
UHC | 뤖艙숭 | 100011111100011011110011111011011011110011111110 | 8fc6f3edbcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)