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 | 溿假セ橸セ | 1111101101001010100110001110111110111110100111101110111110111110 | fb4a98efbe9eefbe |
EUC-JP | 溿假セ橸セ | 1000111111001000101100011101000011110001100011101011111011011100111100011000111010111110 | 8fc8b1d0f18ebedcf18ebe |
UTF-8 | 溿假セ橸セ | 111001101011101010111111111001011000000110000111111011111011110110111110111001101010100110111000111011111011110110111110 | e6babfe58187efbdbee6a9b8efbdbe |
UHC | ?假??? | 001111111100101010100011001111110011111100111111 | 3fcaa33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)