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 | ?}?}?? | 001111110111110100111111011111010011111100111111 | 3f7d3f7d3f3f |
SJIS-WIN | 渦}渦}盖渦 | 10001001010100010111110110001001010100010111110111100001101100111000100101010001 | 89517d89517de1b38951 |
EUC-JP | 渦}渦}盖渦 | 10110001101100100111110110110001101100100111110111100010101101011011000110110010 | b1b27db1b27de2b5b1b2 |
UTF-8 | 渦}渦}盖渦 | 1110011010111000101001100111110111100110101110001010011001111101111001111001101110010110111001101011100010100110 | e6b8a67de6b8a67de79b96e6b8a6 |
UHC | 渦}渦}盖渦 | 11101000101111100111110111101000101111100111110111001011110011001110100010111110 | e8be7de8be7dcbcce8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)