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 | 邀??邀?? | 1110011110110001001111110011111111100111101100010011111100111111 | e7b13f3fe7b13f3f |
EUC-JP | 邀??邀?? | 1110111010110011001111110011111111101110101100110011111100111111 | eeb33f3feeb33f3f |
UTF-8 | 邀섉누邀섌쨹 | 111010011000001010000000111011001000010010001001111010111000100010000100111010011000001010000000111011001000010010001100111011001010100010111001 | e98280ec8489eb8884e98280ec848ceca8b9 |
UHC | 邀섉누邀섌쨹 | 111010011010110110011000111001101011010010101001111010011010110110011000111010011010010010010011 | e9ad98e6b4a9e9ad98e9a493 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)