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 | 止?媛?? | 10001110011111100011111110010101010100010011111100111111 | 8e7e3f95513f3f |
EUC-JP | 止?媛?秊 | 101110111101111100111111110010011011001000111111100011111101000011111000 | bbdf3fc9b23f8fd0f8 |
UTF-8 | 止렜媛계秊 | 111001101010110110100010111010111010000010011100111001011010101010011011111010101011001110000100111001111010011110001010 | e6ada2eba09ce5aa9beab384e7a78a |
UHC | 止렜媛계秊 | 11110010101011011000111010101110111010101011000010110000111010001101001010110110 | f2ad8eaeeab0b0e8d2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)