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 | 馴賃k | 100100111110100110010010110000001000001010001011 | 93e992c0828b |
EUC-JP | 馴賃k | 110001101110101111000100110000101010001111101011 | c6ebc4c2a3eb |
UTF-8 | 馴賃k | 111010011010011010110100111010001011001110000011111011111011110110001011 | e9a6b4e8b383efbd8b |
UHC | 馴賃k | 111000101111100011101100111111001010001111101011 | e2f8ecfca3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)