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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??忌? | 0011111100111111100010101111010100111111 | 3f3f8af53f |
EUC-JP | ??忌? | 0011111100111111101101001111011100111111 | 3f3fb4f73f |
UTF-8 | 뤦乭忌씀 | 111010111010010010100110111001001011100110101101111001011011111110001100111011001001010010000000 | eba4a6e4b9ade5bf8cec9480 |
UHC | 뤦乭忌씀 | 1000111111010100110101001100110011010000111110111011111010111000 | 8fd4d4ccd0fbbeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)