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 | ???妊ε? | 0011111100111111001111111001010001000100100000111100001100111111 | 3f3f3f944483c33f |
EUC-JP | ???妊ε? | 0011111100111111001111111100011110100101101001101100010100111111 | 3f3f3fc7a5a6c53f |
UTF-8 | 兩쏅똾妊ε짃 | 1110111110100101101110001110110010001111100001011110101110011000101111101110010110100110100010101100111010110101111011001010011110000011 | efa5b8ec8f85eb98bee5a68aceb5eca783 |
UHC | 兩쏅똾妊ε짃 | 111001011011101110011011111010111000110010000100111011001111010010100101111001011010001110010011 | e5bb9beb8c84ecf4a5e5a393 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)