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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌??甸? | 11100010101000110011111100111111100110011011001000111111 | e2a33f3f99b23f |
EUC-JP | 筌??甸? | 11100100101001010011111100111111110100101011010000111111 | e4a53f3fd2b43f |
UTF-8 | 筌곕㈃甸굂 | 111001111010110110001100111010101011001110010101111000111000100010000011111001111001010010111000111010101011010110000010 | e7ad8ceab395e38883e794b8eab582 |
UHC | 筌곕㈃甸굂 | 11101111101001111011000011101011101010011011010011101111101001001000001001101011 | efa7b0eba9b4efa4826b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)