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 | 鏑??辛?溢 | 100100110100110000111111001111111001000001101000001111111000100011101100 | 934c3f3f90683f88ec |
EUC-JP | 鏑??辛?溢 | 110001011010110100111111001111111011111111001001001111111011000011101110 | c5ad3f3fbfc93fb0ee |
UTF-8 | 鏑켕렫辛렖溢 | 111010011000111110010001111011001011110010010101111010111010000010101011111010001011111010011011111010111010000010010110111001101011101010100010 | e98f91ecbc95eba0abe8be9beba096e6baa2 |
UHC | 鏑켕렫辛렖溢 | 111011101110101111000100110100001000111010111001111000111111010010001110101010111110110011101110 | eeebc4d08eb9e3f48eabecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)