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 | 爵湘オ杓 | 10001110110111011000111111000011101101011000111011011011 | 8edd8fc3b58edb |
EUC-JP | 爵湘オ杓 | 1011110011011111101111101100010110001110101101011011110011011101 | bcdfbec58eb5bcdd |
UTF-8 | 爵湘オ杓 | 111001111000100010110101111001101011100110011000111011111011110110110101111001101001110110010011 | e788b5e6b998efbdb5e69d93 |
UHC | 爵湘?杓 | 11101101110010011101111111001111001111111111100011110101 | edc9dfcf3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)