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 | 鴪宍紗カ寬」 | 11101001111100001000111010110011100011101101000110110110111110101010101010100011 | e9f08eb38ed1b6faaaa3 |
EUC-JP | 鴪宍紗カ?」 | 1111001011110010101111001011010110111100110100111000111010110110001111111000111010100011 | f2f2bcb5bcd38eb63f8ea3 |
UTF-8 | 鴪宍紗カ寬」 | 111010011011010010101010111001011010111010001101111001111011010010010111111011111011110110110110111001011010111110101100111011111011110110100011 | e9b4aae5ae8de7b497efbdb6e5afacefbda3 |
UHC | ??紗?寬? | 0011111100111111110111101110100100111111110011101011000000111111 | 3f3fdee93fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)