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 | 鴪宍紗エ諶ィ | 11101001111100001000111010110011100011101101000110110100111110111010101010101000 | e9f08eb38ed1b4fbaaa8 |
EUC-JP | 鴪宍紗エ諶ィ | 11110010111100101011110010110101101111001101001110001110101101001000111111011110101101011000111010101000 | f2f2bcb5bcd38eb48fdeb58ea8 |
UTF-8 | 鴪宍紗エ諶ィ | 111010011011010010101010111001011010111010001101111001111011010010010111111011111011110110110100111010001010101110110110111011111011110110101000 | e9b4aae5ae8de7b497efbdb4e8abb6efbda8 |
UHC | ??紗?諶? | 0011111100111111110111101110100100111111111001001010011000111111 | 3f3fdee93fe4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)