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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?暑] | 00111111100011111000101101011101 | 3f8f8b5d |
EUC-JP | ?暑] | 00111111101111011110101101011101 | 3fbdeb5d |
UTF-8 | 쑭暑] | 11101100100100011010110111100110100110101001000101011101 | ec91ade69a915d |
UHC | 쑭暑] | 1001110011001000110111111111010001011101 | 9cc8dff45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)