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 | テ伉シテ堙・ | 1100001110011000110000101011110011000011100110101100001110100101 | c398c2bcc39ac3a5 |
EUC-JP | テ伉シテ堙・ | 100011101100001111010000110001001000111010111100100011101100001111010100110001011000111010100101 | 8ec3d0c48ebc8ec3d4c58ea5 |
UTF-8 | テ伉シテ堙・ | 111011111011111010000011111001001011110010001001111011111011110110111100111011111011111010000011111001011010000010011001111011111011110110100101 | efbe83e4bc89efbdbcefbe83e5a099efbda5 |
UHC | ?伉???? | 00111111111110011111001000111111001111110011111100111111 | 3ff9f23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)