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 | 霽?黴抑? | 1110100011000111001111111110101010000000100101110111110100111111 | e8c73fea80977d3f |
EUC-JP | 霽?黴抑? | 1111000011001001001111111111001111100000110011011101111000111111 | f0c93ff3e0cdde3f |
UTF-8 | 霽漏黴抑렩 | 111010011001110010111101111011111010010110001110111010011011101110110100111001101000101010010001111010111010000010101001 | e99cbdefa58ee9bbb4e68a91eba0a9 |
UHC | 霽漏黴抑렩 | 11110000101110001101001011101000110110101011110111100101111001001000111010110111 | f0b8d2e8dabde5e48eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)