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 | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | 貅川椚邃「K | 11100110101110101001000011101100100111101010110111100010100001001010001001001011 | e6ba90ec9eade284a24b |
EUC-JP | 貅川椚邃「K | 1110110010111100110000001110111011011100101011111110001111100100100011101010001001001011 | ecbcc0eedcafe3e48ea24b |
UTF-8 | 貅川椚邃「K | 11101000101100101000010111100101101101111001110111100110101001001001101011101001100000101000001111101111101111011010001001001011 | e8b285e5b79de6a49ae98283efbda24b |
UHC | ?川?邃?K | 0011111111110100101110010011111111100010110001010011111101001011 | 3ff4b93fe2c53f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)