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 | 葉??予? | 10010111011101000011111100111111100101110101110000111111 | 97743f3f975c3f |
EUC-JP | 葉??予? | 11001101110101010011111100111111110011011011110100111111 | cdd53f3fcdbd3f |
UTF-8 | 葉붾㈃予뺹 | 111010001001000110001001111010111011011010111110111000111000100010000011111001001011101010001000111010111011101010111001 | e89189ebb6bee38883e4ba88ebbab9 |
UHC | 葉붾㈃予뺹 | 11100111101010001001010011101011101010011011010011100101111110001001011001000010 | e7a894eba9b4e5f89642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)