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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テδ偲つ | 11000011100000111100001010001110110000111000001011000010 | c383c28ec382c2 |
EUC-JP | テδ偲つ | 1000111011000011101001101100010010111100110001011010010011000100 | 8ec3a6c4bcc5a4c4 |
UTF-8 | テδ偲つ | 1110111110111110100000111100111010110100111001011000000110110010111000111000000110100100 | efbe83ceb4e581b2e381a4 |
UHC | ?δ?つ | 001111111010010111100100001111111010101011000100 | 3fa5e43faac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)