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 | 霄嫉質霓フ | 1110100010111010100011101011100111110000110000001000111010111111111010001011110111001100 | e8ba8eb9f0c08ebfe8bdcc |
EUC-JP | 霄嫉?質霓フ | 1111000010111100101111001011101100111111101111001100000111110000101111111000111011001100 | f0bcbcbb3fbcc1f0bf8ecc |
UTF-8 | 霄嫉質霓フ | 111010011001110010000100111001011010101110001001111011101000000110111111111010001011001110101010111010011001110010010011111011111011111010001100 | e99c84e5ab89ee81bfe8b3aae99c93efbe8c |
UHC | ?嫉?質霓? | 001111111111001011101100001111111111001011110101111001111110011100111111 | 3ff2ec3ff2f5e7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)