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 | 逍オ迪也竜 | 111001111001011010110101111001111000110010010110111001111001011110110011 | e796b5e78c96e797b3 |
EUC-JP | 逍オ迪也竜 | 11101101111101101000111010110101111011011110110011001100111010011100111010110101 | edf68eb5edeccce9ceb5 |
UTF-8 | 逍オ迪也竜 | 111010011000000010001101111011111011110110110101111010001011111110101010111001001011100110011111111001111010101110011100 | e9808defbdb5e8bfaae4b99fe7ab9c |
UHC | 逍?迪也? | 1110000111001110001111111110111011101000111001011010010100111111 | e1ce3feee8e5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)