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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋏会ス | 1110011111110101100010011110111110111101 | e7f589efbd |
EUC-JP | 鋏会ス | 111011101111011110110010111100011000111010111101 | eef7b2f18ebd |
UTF-8 | 鋏会ス | 111010011000101110001111111001001011110010011010111011111011110110111101 | e98b8fe4bc9aefbdbd |
UHC | 鋏?? | 11111010111110010011111100111111 | faf93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)