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 | 髯イ驤エ蟇ー | 111010011001100110110010111010011000100010110100111001011010111110110000 | e999b2e988b4e5afb0 |
EUC-JP | 髯イ驤エ蟇ー | 111100011111100110001110101100101111000111101000100011101011010011101010101100011000111010110000 | f1f98eb2f1e88eb4eab18eb0 |
UTF-8 | 髯イ驤エ蟇ー | 111010011010101110101111111011111011110110110010111010011010100110100100111011111011110110110100111010001001111110000111111011111011110110110000 | e9abafefbdb2e9a9a4efbdb4e89f87efbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)