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 | 窈ワ??э? | 111000100111011110000011100011110011111100111111100001001000111100111111 | e277838f3f3f848f3f |
EUC-JP | 窈ワ??э? | 111000111101100010100101111011110011111100111111101001111110111100111111 | e3d8a5ef3f3fa7ef3f |
UTF-8 | 窈ワ슁料э쉔 | 1110011110101010100010001110001110000011101011111110110010001010100000011110111110100110101111101101000110001101111011001000100110010100 | e7aa88e383afec8a81efa6bed18dec8994 |
UHC | 窈ワ슁料э쉔 | 111010011010000110101011111011111011110110110011111010001111011110101100111011111011110110101000 | e9a1abefbdb3e8f7acefbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)