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 | 腰??肉 | 100011011001100000111111001111111001001111110111 | 8d983f3f93f7 |
EUC-JP | 腰?Ł肉 | 1011100111111000001111111000111110101001101010001100011011111001 | b9f83f8fa9a8c6f9 |
UTF-8 | 腰밸Ł肉 | 1110100010000101101100001110101110110000101110001100010110000001111010001000001010001001 | e885b0ebb0b8c581e88289 |
UHC | 腰밸Ł肉 | 1110100110100110101110011110101110101000101010011110101110111111 | e9a6b9eba8a9ebbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)