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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逍セ螳搾スシ | 111001111001011010111110111001011010111010001101111011111011110110111100 | e796bee5ae8defbdbc |
EUC-JP | 逍セ螳搾スシ | 111011011111011010001110101111101110101010110000101110101111000110001110101111011000111010111100 | edf68ebeeab0baf18ebd8ebc |
UTF-8 | 逍セ螳搾スシ | 111010011000000010001101111011111011110110111110111010001001111010110011111001101001000010111110111011111011110110111101111011111011110110111100 | e9808defbdbee89eb3e690beefbdbdefbdbc |
UHC | 逍?螳搾?? | 111000011100111000111111110100111101100111110011101101100011111100111111 | e1ce3fd3d9f3b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)