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 | 逵、貊ク魄 | 1110011110011100101001001110011010111011101110001110100110101110 | e79ca4e6bbb8e9ae |
EUC-JP | 逵、貊ク魄 | 11101101111111001000111010100100111011001011110110001110101110001111001010110000 | edfc8ea4ecbd8eb8f2b0 |
UTF-8 | 逵、貊ク魄 | 111010011000000010110101111011111011110110100100111010001011001010001010111011111011110110111000111010011010110110000100 | e980b5efbda4e8b28aefbdb8e9ad84 |
UHC | 逵?貊?魄 | 1101000010110000001111111101100011100111001111111101101111011110 | d0b03fd8e73fdbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)