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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | テδ堙δ夕BF | 1100001110000011110000101001101011000011100000111100001010010111010110110100001001000110 | c383c29ac383c2975b4246 |
EUC-JP | テδ堙δ夕BF | 100011101100001110100110110001001101010011000101101001101100010011001101101111000100001001000110 | 8ec3a6c4d4c5a6c4cdbc4246 |
UTF-8 | テδ堙δ夕BF | 111011111011111010000011110011101011010011100101101000001001100111001110101101001110010110100100100101010100001001000110 | efbe83ceb4e5a099ceb4e5a4954246 |
UHC | ?δ?δ夕BF | 00111111101001011110010000111111101001011110010011100000101010100100001001000110 | 3fa5e43fa5e4e0aa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)