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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 芝?新?釵G | 100011101100010100111111100100000101011000111111111001111101111001000111 | 8ec53f90563fe7de47 |
EUC-JP | 芝?新?釵G | 101111001100011100111111101111111011011100111111111011101110000001000111 | bcc73fbfb73feee047 |
UTF-8 | 芝렫新퀭釵G | 11101000100010101001110111101011101000001010101111100110100101101011000011101101100000001010110111101001100001111011010101000111 | e88a9deba0abe696b0ed80ade987b547 |
UHC | 芝렫新퀭釵G | 1111001010111001100011101011100111100011111001101100010011111010111100111111101101000111 | f2b98eb9e3e6c4faf3fb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)