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 | 遽娯握讀廝 | 11100111101011111000110011100010100010001010110011100110101001001001110001000010 | e7af8ce288ace6a49c42 |
EUC-JP | 遽娯握讀廝 | 11101110101100011011100011100100101100001010111011101100101001101101011110100011 | eeb1b8e4b0aeeca6d7a3 |
UTF-8 | 遽娯握讀廝 | 111010011000000110111101111001011010100010101111111001101000111110100001111010001010111010000000111001011011101110011101 | e981bde5a8afe68fa1e8ae80e5bb9d |
UHC | 遽?握讀? | 1100101111101000001111111110010011000100110101001100000100111111 | cbe83fe4c4d4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)