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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | テδ敕δ。B | 11000011100000111100001010011101110000111000001111000010100000010100001001000010 | c383c29dc383c2814242 |
EUC-JP | テδ敕δ。B | 1000111011000011101001101100010011011010110001011010011011000100101000011010001101000010 | 8ec3a6c4dac5a6c4a1a342 |
UTF-8 | テδ敕δ。B | 1110111110111110100000111100111010110100111001101001010110010101110011101011010011100011100000001000001001000010 | efbe83ceb4e69595ceb4e3808242 |
UHC | ?δ?δ。B | 001111111010010111100100001111111010010111100100101000011010001101000010 | 3fa5e43fa5e4a1a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)