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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テつーテδ暗 | 110000111000001011000010101100001100001110000011110000101000100011000011 | c382c2b0c383c288c3 |
EUC-JP | テつーテδ暗 | 100011101100001110100100110001001000111010110000100011101100001110100110110001001011000011000101 | 8ec3a4c48eb08ec3a6c4b0c5 |
UTF-8 | テつーテδ暗 | 1110111110111110100000111110001110000001101001001110111110111101101100001110111110111110100000111100111010110100111001101001101010010111 | efbe83e381a4efbdb0efbe83ceb4e69a97 |
UHC | ?つ??δ暗 | 001111111010101011000100001111110011111110100101111001001110010011011110 | 3faac43f3fa5e4e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)