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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕樒去 | 111001111001010010011110111001111000101110001110 | e7949ee78b8e |
EUC-JP | 逕樒去 | 111011011111010011011100111010011011010111101110 | edf4dce9b5ee |
UTF-8 | 逕樒去 | 111010011000000010010101111001101010100010010010111001011000111010111011 | e98095e6a892e58ebb |
UHC | 逕?去 | 1100110011101111001111111100101111011011 | ccef3fcbdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)