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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | テδεつァ~ | 110000111000001111000010100000111100001110000010110000101010011101111110 | c383c283c382c2a77e |
EUC-JP | テδεつァ~ | 1000111011000011101001101100010010100110110001011010010011000100100011101010011101111110 | 8ec3a6c4a6c5a4c48ea77e |
UTF-8 | テδεつァ~ | 1110111110111110100000111100111010110100110011101011010111100011100000011010010011101111101111011010011101111110 | efbe83ceb4ceb5e381a4efbda77e |
UHC | ?δεつ?~ | 001111111010010111100100101001011110010110101010110001000011111101111110 | 3fa5e4a5e5aac43f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)