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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 筌??嚴щ?^ | 11100010101000110011111100111111100110101000111010000100100010110011111101011110 | e2a33f3f9a8e848b3f5e |
EUC-JP | 筌??嚴щ?^ | 11100100101001010011111100111111110100111110111010100111111010110011111101011110 | e4a53f3fd3eea7eb3f5e |
UTF-8 | 筌덈젳嚴щ젳^ | 111001111010110110001100111010111000110110001000111011001010000010110011111001011001101010110100110100011000100111101100101000001011001101011110 | e7ad8ceb8d88eca0b3e59ab4d189eca0b35e |
UHC | 筌덈젳嚴щ젳^ | 11101111101001111000100011101011101000001010011111100101111100011010110011101011101000001010011101011110 | efa788eba0a7e5f1aceba0a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)