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 | ?遍??? | 001111111001010111010101001111110011111100111111 | 3f95d53f3f3f |
EUC-JP | ?遍??? | 001111111100101011010111001111110011111100111111 | 3fcad73f3f3f |
UTF-8 | 뤙遍첂형셉 | 111010111010010010011001111010011000000110001101111011001011001010000010111011011001100010010101111011001000010110001001 | eba499e9818decb282ed9895ec8589 |
UHC | 뤙遍첂형셉 | 10001111110010001111100010111100101010101000111111000111111111001011110011000001 | 8fc8f8bcaa8fc7fcbcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)