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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 全?摯? | 100100010101001100111111100111011001010100111111 | 91533f9d953f |
EUC-JP | 全?摯? | 110000011011010000111111110110011111010100111111 | c1b43fd9f53f |
UTF-8 | 全렰摯븃 | 111001011000010110101000111010111010000010110000111001101001000110101111111010111011100010000011 | e585a8eba0b0e691afebb883 |
UHC | 全렰摯븃 | 1110111011101111100011101011110111110010101001111011101011101000 | eeef8ebdf2a7bae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)