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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | テδ偲δ轍] | 11000011100000111100001010001110110000111000001111000010100100110101000101011101 | c383c28ec383c293515d |
EUC-JP | テδ偲δ轍] | 1000111011000011101001101100010010111100110001011010011011000100110001011011001001011101 | 8ec3a6c4bcc5a6c4c5b25d |
UTF-8 | テδ偲δ轍] | 1110111110111110100000111100111010110100111001011000000110110010110011101011010011101000101111011000110101011101 | efbe83ceb4e581b2ceb4e8bd8d5d |
UHC | ?δ?δ轍] | 001111111010010111100100001111111010010111100100111101001101000001011101 | 3fa5e43fa5e4f4d05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)