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 | 筌???щ?^ | 111000101010001100111111001111110011111110000100100010110011111101011110 | e2a33f3f3f848b3f5e |
EUC-JP | 筌???щ?^ | 111001001010010100111111001111110011111110100111111010110011111101011110 | e4a53f3f3fa7eb3f5e |
UTF-8 | 筌대졁吳щ졁^ | 111001111010110110001100111010111000110010000000111011001010000110000001111001011001000010110011110100011000100111101100101000011000000101011110 | e7ad8ceb8c80eca181e590b3d189eca1815e |
UHC | 筌대졁吳щ졁^ | 11101111101001111011010011101011101000001011001011100111111011111010110011101011101000001011001001011110 | efa7b4eba0b2e7efaceba0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)