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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠑オ竊専゙ | 1110010110111100101101011110001010000110100100001110101011011110 | e5bcb5e28690eade |
EUC-JP | 蠑オ竊専゙ | 11101010101111101000111010110101111000111110011011000000111011001000111011011110 | eabe8eb5e3e6c0ec8ede |
UTF-8 | 蠑オ竊専゙ | 111010001010000010010001111011111011110110110101111001111010101110001010111001011011000010000010111011111011111010011110 | e8a091efbdb5e7ab8ae5b082efbe9e |
UHC | ??竊?? | 001111110011111111101111101111000011111100111111 | 3f3fefbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)