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 | 蟾宣、難スァ | 111001011011011110010000111010011010010010010011111011111011110110100111 | e5b790e9a493efbda7 |
EUC-JP | 蟾宣、難スァ | 111010101011100111000000111010111000111010100100110001101111000110001110101111011000111010100111 | eab9c0eb8ea4c6f18ebd8ea7 |
UTF-8 | 蟾宣、難スァ | 111010001001111110111110111001011010111010100011111011111011110110100100111010011001101110100011111011111011110110111101111011111011110110100111 | e89fbee5aea3efbda4e99ba3efbdbdefbda7 |
UHC | 蟾宣?難?? | 111000001110101011100000101111100011111111010001111100010011111100111111 | e0eae0be3fd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)