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 | 鮏自鴿耳鵰 | 11111100010000111000111010101001111010011111100110001110101010001111110001000111 | fc438ea9e9f98ea8fc47 |
EUC-JP | 鮏自鴿耳鵰 | 100011111110101011011011101111001010101111110010111110111011110010101010100011111110101111111011 | 8feadbbcabf2fbbcaa8febfb |
UTF-8 | 鮏自鴿耳鵰 | 111010011010111010001111111010001000011110101010111010011011010010111111111010001000000010110011111010011011010110110000 | e9ae8fe887aae9b4bfe880b3e9b5b0 |
UHC | ?自?耳? | 00111111111011011011101100111111111011001011110000111111 | 3fedbb3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)