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 | 霎ア竭」妺 | 1110100010111110101100011110001010010001101000111111101010100101 | e8beb1e291a3faa5 |
EUC-JP | 霎ア竭」妺 | 1111000011000000100011101011000111100011111100011000111010100011100011111011100110110111 | f0c08eb1e3f18ea38fb9b7 |
UTF-8 | 霎ア竭」妺 | 111010011001110010001110111011111011110110110001111001111010101110101101111011111011110110100011111001011010011010111010 | e99c8eefbdb1e7abadefbda3e5a6ba |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)