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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癌????? | 10001010111000000011111100111111001111110011111100111111 | 8ae03f3f3f3f3f |
EUC-JP | 癌????? | 10110100111000100011111100111111001111110011111100111111 | b4e23f3f3f3f3f |
UTF-8 | 癌뺣젺吳븍젉 | 111001111001100110001100111010111011101010100011111011001010000010111010111001011001000010110011111010111011100010001101111011001010000010001001 | e7998cebbaa3eca0bae590b3ebb88deca089 |
UHC | 癌뺣젺吳븍젉 | 111001001101111110010101111010111010000010101101111001111110111110111010111010111010000010001011 | e4df95eba0ade7efbaeba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)