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 | 涅??義? | 10011111101110000011111100111111100010110110000000111111 | 9fb83f3f8b603f |
EUC-JP | 涅??義? | 11011110101110100011111100111111101101011100000100111111 | deba3f3fb5c13f |
UTF-8 | 涅곕쵊義킣 | 111001101011011010000101111010101011001110010101111011001011010110001010111001111011111010101001111011011000001010100011 | e6b685eab395ecb58ae7bea9ed82a3 |
UHC | 涅곕쵊義킣 | 11100110111011101011000011101011101011001000110011101011111110011011010101001111 | e6eeb0ebac8cebf9b54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)