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 | 玉ュ?筍 | 10001011110010101000001110000101001111111110001010100001 | 8bca83853fe2a1 |
EUC-JP | 玉ュ?筍 | 10110110110011001010010111100101001111111110010010100011 | b6cca5e53fe4a3 |
UTF-8 | 玉ュ굄筍 | 111001111000111010001001111000111000001110100101111010101011010110000100111001111010110110001101 | e78e89e383a5eab584e7ad8d |
UHC | 玉ュ굄筍 | 1110100010101100101010111110010110110001101011111110001011101100 | e8acabe5b1afe2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)