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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爵湘オ杓借 | 100011101101110110001111110000111011010110001110110110111000111011011000 | 8edd8fc3b58edb8ed8 |
EUC-JP | 爵湘オ杓借 | 10111100110111111011111011000101100011101011010110111100110111011011110011011010 | bcdfbec58eb5bcddbcda |
UTF-8 | 爵湘オ杓借 | 111001111000100010110101111001101011100110011000111011111011110110110101111001101001110110010011111001011000000010011111 | e788b5e6b998efbdb5e69d93e5809f |
UHC | 爵湘?杓借 | 111011011100100111011111110011110011111111111000111101011111001110101000 | edc9dfcf3ff8f5f3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)