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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ヨ?營 | 001111111000001110001000001111111001101001111010 | 3f83883f9a7a |
EUC-JP | ?ヨ?營 | 001111111010010111101000001111111101001111011011 | 3fa5e83fd3db |
UTF-8 | 樂ヨ띁營 | 111011111010011010111111111000111000001110101000111010111001110110000001111001111000011110011111 | efa6bfe383a8eb9d81e7879f |
UHC | 樂ヨ띁營 | 1110100011111001101010111110100010001101101111001110011110111101 | e8f9abe88dbce7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)