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 | ???泣θ | 00111111001111110011111110001011100000111000001111000110 | 3f3f3f8b8383c6 |
EUC-JP | ???泣θ | 00111111001111110011111110110101111000111010011011001000 | 3f3f3fb5e3a6c8 |
UTF-8 | 令⑸㉡泣θ | 1110111110100110101010001110001010010001101110001110001110001001101000011110011010110011101000111100111010111000 | efa6a8e291b8e389a1e6b3a3ceb8 |
UHC | 令⑸㉡泣θ | 11100111101010011010100111101011101010001011001011101011111010001010010111101000 | e7a9a9eba8b2ebe8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)