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 | 邀??要?? | 1110011110110001001111110011111110010111011101100011111100111111 | e7b13f3f97763f3f |
EUC-JP | 邀??要?? | 1110111010110011001111110011111111001101110101110011111100111111 | eeb33f3fcdd73f3f |
UTF-8 | 邀섓쉥要잏냺 | 111010011000001010000000111011001000010010010011111011001000100110100101111010001010011010000001111011001001111010001111111010111000001110111010 | e98280ec8493ec89a5e8a681ec9e8feb83ba |
UHC | 邀섓쉥要잏냺 | 111010011010110110011000111011111011110110101011111010011010100110011111111001111000011010001010 | e9ad98efbdabe9a99fe7868a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)