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 | 醍?池?吟? | 100100011110011100111111100100100111001000111111100010111110000100111111 | 91e73f92723f8be13f |
EUC-JP | 醍?池?吟? | 110000101110100100111111110000111101001100111111101101101110001100111111 | c2e93fc3d33fb6e33f |
UTF-8 | 醍렮池렡吟렗 | 111010011000011010001101111010111010000010101110111001101011000110100000111010111010000010100001111001011001000010011111111010111010000010010111 | e9868deba0aee6b1a0eba0a1e5909feba097 |
UHC | 醍렮池렡吟렗 | 111100001011010110001110101110111111001010101110100011101011001011101011111000011000111010101100 | f0b58ebbf2ae8eb2ebe18eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)