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 | ????× | 0011111100111111001111110011111111010111 | 3f3f3f3fd7 |
SJIS-WIN | テδづつ× | 110000111000001111000010100000101100001110000010110000101000000101111110 | c383c282c382c2817e |
EUC-JP | テδづつ× | 10001110110000111010011011000100101001001100010110100100110001001010000111011111 | 8ec3a6c4a4c5a4c4a1df |
UTF-8 | テδづつ× | 11101111101111101000001111001110101101001110001110000001101001011110001110000001101001001100001110010111 | efbe83ceb4e381a5e381a4c397 |
UHC | ?δづつ× | 001111111010010111100100101010101100010110101010110001001010000110111111 | 3fa5e4aac5aac4a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)