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 | þ½GX | 1001000111111110100100011011110110010010010001111001001001011000 | 91fe91bd92479258 |
SJIS-WIN | ?????G?X | 0011111100111111001111110011111100111111010001110011111101011000 | 3f3f3f3f3f473f58 |
EUC-JP | ?þ???G?X | 00111111100011111010100111010000001111110011111100111111010001110011111101011000 | 3f8fa9d03f3f3f473f58 |
UTF-8 | þ½GX | 1100001010010001110000111011111011000010100100011100001010111101110000101001001001000111110000101001001001011000 | c291c3bec291c2bdc29247c29258 |
UHC | ?þ?½?G?X | 00111111101010011010110100111111101010001111011000111111010001110011111101011000 | 3fa9ad3fa8f63f473f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)