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 | ??業? | 0011111100111111100010111100011000111111 | 3f3f8bc63f |
EUC-JP | ??業? | 0011111100111111101101101100100000111111 | 3f3fb6c83f |
UTF-8 | 맿먦業읝 | 111010111010011110111111111010111010100010100110111001101010010110101101111011001001110110011101 | eba7bfeba8a6e6a5adec9d9d |
UHC | 맿먦業읝 | 1001000011000000100100001110001111100101111101101001111111000110 | 90c090e3e5f69fc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)