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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?舒}?舒{^ | 001111111001100010101110011111010011111110011000101011100111101101011110 | 3f98ae7d3f98ae7b5e |
EUC-JP | ?舒}?舒{^ | 001111111101000010110000011111010011111111010000101100000111101101011110 | 3fd0b07d3fd0b07b5e |
UTF-8 | 媤舒}媤舒{^ | 111001011010101010100100111010001000100010010010011111011110010110101010101001001110100010001000100100100111101101011110 | e5aaa4e888927de5aaa4e888927b5e |
UHC | 媤舒}媤舒{^ | 1110001110111000111000001010001001111101111000111011100011100000101000100111101101011110 | e3b8e0a27de3b8e0a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)