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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????沃 | 0011111100111111001111110011111100111111001111111001011110000000 | 3f3f3f3f3f3f9780 |
EUC-JP | ??????沃 | 0011111100111111001111110011111100111111001111111100110111100000 | 3f3f3f3f3f3fcde0 |
UTF-8 | 嶪뤷텩溜곕젧沃 | 111001011011011010101010111010111010010010110111111011011000010110101001111011111010011110001011111010101011001110010101111011001010000010100111111001101011001010000011 | e5b6aaeba4b7ed85a9efa78beab395eca0a7e6b283 |
UHC | 嶪뤷텩溜곕젧沃 | 1110010111110101100011111110010110110110100111011110101011111110101100001110101110100000100111111110100010101010 | e5f58fe5b69deafeb0eba09fe8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)